------------------------------------------------------- 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/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: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/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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #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: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.cpp:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: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/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/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: /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: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 /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: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/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: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/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: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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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/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: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/CommandLineArguments.cpp:33:321: 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 ^ /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 ^ 60 warnings generated. 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::5959::6868:: 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, 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.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 :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.h60::6070::70 :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, 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 :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.hIn file included from :61::137: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :warning61: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]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 void operator delete(void* mem) UT_NOTHROW;: 125 ^: 24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note125: :expanded from macro 'UT_NOTHROW'24 : note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ #define UT_NOTHROW noexcept ^ In file included from :1In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::162: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h39::62 :warning39: :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) 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 ^: 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 1: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h1:: 64/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::5164:: 51warning: 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, 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.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 :1In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::165: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h53::65 :warning53: :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, 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/src/CppUTestExt/GTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::228: : 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/TestHarness.h::3939: : /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/Utest.h::7272::4242:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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/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/src/CppUTestExt/GTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::228: : 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/TestHarness.h::3939: : /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/Utest.h::7373::3737:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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.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/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::7979::4242:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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/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/src/CppUTestExt/GTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::228: : 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/TestHarness.h::3939: : /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/Utest.h::8080::4848:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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.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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp:2In 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/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::39190: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h21::190 :warning21: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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.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/GTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp2:: 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:: 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/Utest.h191::19126::26 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setup() _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.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/GTest.cpp:In file included from 2/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.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/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h39:: 192/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::29192:: 29warning:: '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 void teardown() _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/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::214214::4646:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~ExecFunctionWithoutParameters() _destructor_override; virtual ~ExecFunctionWithoutParameters() _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/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::216216::2525:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exec() _override; ^ 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/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/src/CppUTestExt/GTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::228: : 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/TestHarness.h::3939: : /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/Utest.h::233233::2525:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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/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/GTest.cpp:In file included from 2/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.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/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h39:: 234/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::38234:: 38warning:: '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; virtual ~ExecFunctionTestShell() _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/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::228228::4242:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::314 :note17: :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/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::228228::6767:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : 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 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/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::229229::116116:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'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/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp: :In file included from 2/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/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h39:: 251/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::34251:: warning34: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_override; ^ virtual ~IgnoredUtestShell() _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/include/CppUTest/CppUTestConfig.h30::322 :note30: :expanded 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/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::3939: : /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/Utest.h::254254::3434:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _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/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/GTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp2:: 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:: 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/Utest.h255::25534::34 :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; ^ 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/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/GTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp2:: 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:: 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/Utest.h257::25747::47 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _override; virtual SimpleString getMacroName() 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.h306::30619::19 :note : noteexpanded 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/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h39:258:: 69/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 258warning:: 69'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runOneTest(TestPlugin* plugin, TestResult& result) _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: 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/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::4242: : /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/include/CppUTest/TestResult.h::4545::55:: warningwarning: : defaulted function definitions are incompatible with C++98 [-Wc++98-compat]defaulted function definitions are incompatible with C++98 [-Wc++98-compat] DEFAULT_COPY_CONSTRUCTOR(TestResult) DEFAULT_COPY_CONSTRUCTOR(TestResult) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::150150::8080:: notenote: : expanded from macro 'DEFAULT_COPY_CONSTRUCTOR'expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; #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/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::4444: : /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/TestPlugin.h::9393::5959:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306: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/src/CppUTestExt/CodeMemoryReportFormatter.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/GTest.cpp::282: : 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/TestHarness.h::4444: : /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/TestPlugin.h::111111::7676:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _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/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/src/CppUTestExt/GTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp::228: : 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/TestHarness.h::4444: : /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/TestPlugin.h::112112::7777:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _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 :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/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;In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.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::4530: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h :note46: :expanded from macro '_destructor_override'40 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ 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: 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/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#define _destructor_override override: /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/CodeMemoryReportFormatter.cpp:28: 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/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.h::30648::1970:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::45306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h19::49 :note71: :expanded from macro '_override' 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/src/CppUTestExt/CodeMemoryReportFormatter.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:#define _override override45 : ^/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); ^ 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::31428:: 17In 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 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h :45:91:#define NULLPTR nullptr 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/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' #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: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/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: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/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: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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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: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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/CodeMemoryReportFormatter.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/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] 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: /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/CodeMemoryReportFormatter.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/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: 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/CodeMemoryReportFormatter.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/src/CppUTestExt/CodeMemoryReportFormatter.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/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 ^ 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: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/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 ^ 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/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 ^ 35 warnings generated. 102 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/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: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/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' #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: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/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: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/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: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/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: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/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: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/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' #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: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/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: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/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: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/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/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: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/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: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/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 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/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: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/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: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/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 ^ 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 ^ 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 ^ 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 ^ /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 ^ 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/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' #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: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/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: /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/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/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: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/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: note: expanded from macro '_override' #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: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/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] 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/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: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/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 /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: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/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] 40 warnings generated. 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: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/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: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' #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: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/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: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/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: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/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: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/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/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] 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/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: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/src/CppUTestExt/MemoryReporterPlugin.cpp:29: /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/src/CppUTestExt/MemoryReporterPlugin.cpp:29: /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/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] 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/MemoryReporterPlugin.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/MemoryReporterPlugin.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/MemoryReporterPlugin.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/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/CppUTestExt/MemoryReporterPlugin.cpp:31: /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/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 ^ /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 ^ /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 ^ /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 ^ 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; ^ 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 ^ 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 ^ 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 ^ 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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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] 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/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: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/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: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/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: /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/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: /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/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: /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/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: /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/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: /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/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: /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/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: /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/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: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/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: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/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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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/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: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/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: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/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: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/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: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/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: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:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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] 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/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: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/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: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: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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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: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/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' #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: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: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:: 59expanded from macro '_override': 68: #define _override overridewarning : ^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/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: void operator delete(void* mem, const char* file, size_t line) UT_NOTHROW;33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :155:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h59::125 :warning24: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'UT_NOTHROW' virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; } ^ #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: 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::291: : 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::6033:: 70/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 156warning:: 73noexcept 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, const char* file, size_t line) UT_NOTHROW; 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306125::1924:: notenote: : expanded from macro '_override'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/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::331: : /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/MemoryLeakDetectorNewMacros.h::15761::7637:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW; 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/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/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:158In file included from :74::1 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]62 :39: warning: noexcept specifications are 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 void operator delete[](void* mem) 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 override24 : ^ 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/src/CppUTestExt/MockSupportPlugin.cpp:29: #define UT_NOTHROW noexceptIn file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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] In file included from : virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; }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.h64::30651::19 :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; ^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.h29:: 125In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h24::33 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro 'UT_NOTHROW'160 :83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ 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' 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:65:53: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp: :noexcept specifications are 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:161:100: warning: 'override' keyword is 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 virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }: ^note : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro 'UT_NOTHROW': 306:19: note: expanded from macro '_override' #define UT_NOTHROW noexcept #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/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/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] 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/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' #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: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/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' In file included from #define _override override/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp72::2942: :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:190:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _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 :/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/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/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 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupportPlugin.cpp::2880: :In file included from 43/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]: 251:34: warning: 'override' keyword 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: virtual ~IgnoredUtestShell() _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:322#define NULLPTR nullptr: 30 ^: note: expanded from macro '_destructor_override' #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 /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/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/MockFailure.cpp: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/MockFailure.cpp: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/MockFailure.cpp: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; ^ /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] 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/MockFailure.cpp:49:50: warning: 'override' keyword 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: expanded from macro '_destructor_override' #define _destructor_override override ^ 260 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; ^ 43 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/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 /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 ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:260:12: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.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:39: return NULLPTR;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h : ^233 :25:/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' Utest* createTest() _override { return new ExecFunctionTest(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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestRegistry.cpp:271: UtestShell("ExecFunction", "ExecFunction", "ExecFunction", 1), setup_(set), teardown_(tear), testFunction_(NULLPTR)12 : ^ 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]314 :17: note: expanded from macro 'NULLPTR' return 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/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 /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: 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/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: 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/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: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/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' #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: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/MockActualCall.cpp:29: /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/MockActualCall.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: note: expanded from macro '_override' #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] 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: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/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 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: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 /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: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/MockActualCall.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/src/CppUTestExt/MockActualCall.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 ^ 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: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/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: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/MockActualCall.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] 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: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/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' #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: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/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:19: note: expanded from macro '_override' #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: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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/MockActualCall.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/src/CppUTestExt/MockActualCall.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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/MockActualCall.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' #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/MockActualCall.cpp:29: /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/MockActualCall.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/src/CppUTestExt/MockActualCall.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/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: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' #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: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/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 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: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/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: note: expanded from macro '_override' #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: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/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] 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/MockActualCall.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/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 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: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/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] 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/MockActualCall.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 ^ 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: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/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; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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:306:19: note: expanded from macro '_override' #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: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/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/MockActualCall.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/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/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] 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/MockActualCall.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/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 /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: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/MockActualCall.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/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 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/MockActualCall.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/MockActualCall.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/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] 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/MockActualCall.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/MockActualCall.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/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] 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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/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] 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/MockActualCall.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/MockActualCall.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/MockActualCall.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/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 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/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] 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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/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] 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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/MockActualCall.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/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] 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/MockActualCall.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/MockActualCall.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/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: '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/MockActualCall.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/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 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/MockActualCall.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/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: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/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: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/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: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/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: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/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.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/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: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] 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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 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/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: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/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: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/MockActualCall.cpp:53:123: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : callOrder_(callOrder), reporter_(reporter), state_(CALL_SUCCEED), expectationsChecked_(false), matchingExpectation_(NULLPTR), ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: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:54:71: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] allExpectations_(allExpectations), 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' #define NULLPTR nullptr ^ 69 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:133:32: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] matchingExpectation_ = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: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:331:44: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (actualParameter.getComparator() == NULLPTR) { ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: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:644:41: warning: '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' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:656:49: 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' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockActualCall.cpp:941: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/MockActualCall.cpp:946: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/MockActualCall.cpp:951: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/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 :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 ^ 288 warnings generated. 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: 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/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: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_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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockSupport_c.cpp:82:44: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCFunctionComparatorNode() _destructor_override {} ^ /home/conan/w/cci_PR-4366/.conan/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: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:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString valueToString(const void* object) _override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: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: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 :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 ^ 267 warnings generated. /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 ^ 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/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: 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/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: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/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 ^ 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 ^ 80 warnings generated. 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 ^ 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. 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/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 ^ 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] In file included from virtual bool willRun() 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.h::59306::6819:: warningnote: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #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 ^/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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::2551:: 34/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:: 60warning:: 70'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _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 : ^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 :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:61In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp37::28 : warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnoexcept specifications are 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:257 void operator delete(void* mem) UT_NOTHROW;: 47 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 125'override' keyword is incompatible with C++98 [-Wc++98-compat]: 24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept 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: In file included from note: :expanded from macro '_override'1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:62:39:#define _override override 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' 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/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:In file included from 258::691:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.hwarning:: 64'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;24 : ^ 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: #define UT_NOTHROW noexcept19 : ^ 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: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: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: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 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/src/CppUTest/SimpleString.cpp::3928: : /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::4434: :/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 ~IgnoredUtestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: virtual void postTestAction(UtestShell&, TestResult&) _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#define _destructor_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/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' In file included from #define _override override/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: 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/MockNamedValue.cpp::11128:: 76In 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 :257:47: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _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:/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/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: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.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:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h virtual void runOneTest(TestPlugin* plugin, TestResult& result) _override;: 112 ^: 77/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 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: 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/MockNamedValue.cpp::4828:: 70In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning42: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]/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) 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h150::30680::19 :note : noteexpanded from macro 'DEFAULT_COPY_CONSTRUCTOR': 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/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/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: In file included from expanded from macro '_override'/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#define _override override: 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: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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.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/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 virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _override;: 37 ^: /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 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/src/CppUTestExt/MockNamedValue.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:44: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:112:77: #define _override overridewarning : ^'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:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp19::30 : noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.hexpanded from macro '_override': 31: /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/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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp::1930:: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h: :expanded from macro '_override'31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:#define _override override181 : ^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: 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/MockNamedValue.cpp::18328:: 38In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning45: : 'override' keyword is 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: 'nullptr' 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: MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);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/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]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 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: virtual bool isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); }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/MockNamedValue.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:73:60In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.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/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 virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); }: ^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 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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp::3029: : In file included from /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/PlatformSpecificFunctions.h::8631:: 51/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 191warning:: 48'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } 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:/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/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:30In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h29:: 31/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/TestOutput.h104::1935::43 :warning : warningdefaulted function definitions are incompatible with C++98 [-Wc++98-compat]: '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: virtual void printBuffer(const char*) _override;150 : ^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 DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ #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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp186::3166: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :warning96: :'override' keyword is incompatible with C++98 [-Wc++98-compat]36 : 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 virtual ~MemoryLeakAllocator() _destructor_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 : ^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/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:#define _destructor_override override187 : ^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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cppexpanded from macro '_override': 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h#define _override override: 98 ^: 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/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 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 virtual void printCurrentGroupStarted(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: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/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:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::31189: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h64::99 :warning88: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _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 ^ :306:19: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.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/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 override: 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp::1931:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.hnote:: 101expanded from macro '_override': 38: #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/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 virtual const char* name() const _override;: 31 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:192/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' virtual void color() _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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp::3130: : /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/CppUTest/PlatformSpecificFunctions.h102::3144: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h :warning193: :'override' keyword is incompatible with C++98 [-Wc++98-compat]43 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const char* alloc_name() const _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/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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp194::3137: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :warning103: :'override' keyword is incompatible with C++98 [-Wc++98-compat]43 : 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 virtual const char* free_name() 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: #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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp195::3130: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :warning105: :'override' keyword is incompatible with C++98 [-Wc++98-compat]52 : 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: virtual TestMemoryAllocator* actualAllocator() _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 ^ 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/CppUTest/SimpleString.cpp:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h30:: 115In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/PlatformSpecificFunctions.h43::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]197 :38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~CrashOnAllocationAllocator() _destructor_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 ^: 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/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:198In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp59::31 : warning/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]119 :76: 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 virtual char* alloc_memory(size_t size, const char* file, size_t line) _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/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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cppexpanded from macro '_override': 31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:#define _override override127 : ^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/MockNamedValue.cpp:30: virtual ~NullUnknownAllocator() _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::322201::3026:: notewarning: : expanded from macro '_destructor_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp virtual char* allocMemoryLeakNode(size_t size) _override;: 33 ^: 85:/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 ^ 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 ^ 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/src/CppUTestExt/MockNamedValue.cpp ^: 46:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h109::306 :warning19: :'nullptr' is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _override override ^ MockNamedValue::MockNamedValue(const SimpleString& name) : name_(name), type_("int"), size_(0), comparator_(NULLPTR), copier_(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/CppUTest/SimpleString.cpp::31431:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:: 215note:: 52expanded from macro 'NULLPTR': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual TestMemoryAllocator* actualAllocator() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp : ^46 :127/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 ^ 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: In file included from expanded from macro 'NULLPTR'/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#define NULLPTR nullptr: 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/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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp#define NULLPTR nullptr: 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/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/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/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/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 ^ /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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/MockNamedValue.cpp314::31717::5 :note : warningexpanded from macro 'NULLPTR': 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 293 ^: 24/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]: note: expanded from macro 'NULLPTR' if (otherBuffer == 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/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'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleString.cpp :300:15: STRCMP_EQUAL_LOCATION(expected, actual, 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: expanded from macro 'NULLPTR' : buffer_(NULLPTR), bufferSize_(0) ^ #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/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/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/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/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/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/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/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 ^ /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 ^ 117 warnings generated. 103 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 :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/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 :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: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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp:28 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/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.h322::7230::42 :note : warningexpanded from macro '_destructor_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_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: expanded from macro '_override' #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:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.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/TestHarness.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h39:: 228/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h::4273:: 37warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]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 ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: 322 ^: 30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 314expanded from macro '_destructor_override': 17: note#define _destructor_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/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]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] 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 void exitCurrentTest() const _override;: 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/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; In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.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::39 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :expanded from macro '_destructor_override'229 :116:#define _destructor_override override 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:In file included from 47/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.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:190:21: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual SimpleString getMacroName() const _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/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: 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/OrderedTest.cpp::19128:: 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 :258:69 virtual void setup() _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 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/SimpleStringInternalCache.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/include/CppUTest/TestHarness.h19::39 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :expanded from macro '_override'192 :29: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 ^ 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: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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp314::2817: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnote:: 42expanded from macro 'NULLPTR': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestResult.h:#define NULLPTR nullptr45 : ^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: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/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; ^ 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/SimpleStringInternalCache.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 :93:59: warning#define _override override: '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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp306::2819: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnote:: 45expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46#define _override override: 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] In file included from virtual void preTestAction(UtestShell& test, TestResult& result) _override;/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/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::30645:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 46note:: 40expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 #define _destructor_override override/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: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.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: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 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 preTestAction(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:: 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/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:In file included from 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:: 28note: : In file included from expanded from macro 'NULLPTR'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :45: #define NULLPTR nullptr/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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp::3029: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h35::3132: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :warning119: :'override' keyword is incompatible with C++98 [-Wc++98-compat]76 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~OrderedTestShell() _destructor_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.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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp:: 32note:: 57expanded from macro '_override': warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cpp: :'override' keyword is incompatible with C++98 [-Wc++98-compat]35 :22: warning: virtual char* allocMemoryLeakNode(size_t size) _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 _nextOrderedTest(NULLPTR), _level(0): 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' #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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTestExt/OrderedTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp65::2937: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h :warning89: :'nullptr' is incompatible with C++98 [-Wc++98-compat] 43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] return (getOrderedTestHead() == 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/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/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/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 ^ /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 ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/SimpleStringInternalCache.cpp :warning275: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]25 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; cache_.setAllocator(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::125314::2417:: notenote: : expanded from macro 'UT_NOTHROW'expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ #define UT_NOTHROW noexcept ^ 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 ^ 40 warnings generated. 73 warnings generated. 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: 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/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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestMemoryAllocator.cpp:711:77: 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: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 ^ /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] 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 :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 ^ 117 warnings generated. 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 ^ 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: In file included from warning: :'override' keyword is incompatible with C++98 [-Wc++98-compat]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: virtual void exitCurrentTest() const _override;9 : ^ warning: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]306 :19: note: expanded from macro '_override' typedef long long cpputest_longlong;#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]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:typedef unsigned long long cpputest_ulonglong;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/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: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 /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: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.cpp:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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:131 warningnotes: generatedexpanded from macro '_override'. #define _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 /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: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.cpp: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 ^ 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/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/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/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: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/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: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/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: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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: note: expanded from macro '_destructor_override' #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: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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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: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 ^ 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: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/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 ^ 264 warnings generated. 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' #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: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' #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: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/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 ^ 58 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 /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: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/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: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/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: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/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: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/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/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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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] 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/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/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: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/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: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/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: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/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: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/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: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/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] 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: 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/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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:100:29: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/JUnitTestOutput.cpp:175:18: 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:314: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: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 ^ 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/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 /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 ^ 80 warnings generated. 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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestFailure.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/MemoryLeakDetectorNewMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::2239: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::26472::942:: 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 void exitCurrentTest() const _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::306 :warning19: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] note: expanded from macro '_override' typedef unsigned long long cpputest_ulonglong; ^ #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 ^ 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/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] 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/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 ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp::60337::7010:: warningwarning: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] return NULLPTR; 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::314125::1724:: notenote: : expanded from macro 'NULLPTR'expanded from macro 'UT_NOTHROW' #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' #define UT_NOTHROW noexcept ^ 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/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 ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/MemoryLeakDetector.cpp322::42730::12 :note : warningexpanded from macro '_destructor_override': 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _destructor_override 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 nullptrIn 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 ^ /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 ^ 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; ^ /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 ^ 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: In file included from expanded from macro '_override' :1: In file included from #define _override override/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: 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/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] typedef long long cpputest_longlong; ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306265::1918:: note: warningexpanded from macro '_override': '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/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/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 ^ /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 ^ 60 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/TestPlugin.cpp:93:27: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestPlugin* removed = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: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/TestPlugin.cpp:153:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TestPlugin(NULLPTR) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/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: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/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/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/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 ^ 37 warnings generated. 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 ^ 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 ^ 61 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; ^ 58 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/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: In file included from note: :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 override59 : ^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/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 ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/CppUTest/Utest.cpp:135:105:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cppwarning:: 29'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/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] group_("UndefinedTestGroup"), name_("UndefinedTest"), file_("UndefinedFile"), lineNumber_(0), next_(NULLPTR), isRunAsSeperateProcess_(false), hasFailed_(false) ^ virtual ~NormalTestTerminator() _destructor_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::322 :note30: :expanded from macro 'NULLPTR' 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/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 ^ /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:17In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/src/Platforms/Gcc/UtestPlatform.cpp :note29: : 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:39: #define NULLPTR nullptr/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 ^ /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())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/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/CppUTest/TestHarness.h::1745:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.hnote:: 46expanded from macro 'NULLPTR': 40: #define NULLPTR nullptrwarning : ^'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 ^ /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 ^ /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/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 ^ 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/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/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 :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/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: /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/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/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: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/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/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: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/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/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: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/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/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: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/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/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: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/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/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: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/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/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: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/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/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: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/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/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: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:258:69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void runOneTest(TestPlugin* plugin, TestResult& result) _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/include/CppUTest/CppUTestConfig.h:125:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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:51In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.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/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: void operator delete (void* mem, size_t size) UT_NOTHROW;45 : ^5 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hwarning:: 125defaulted function definitions are incompatible with C++98 [-Wc++98-compat] :24: DEFAULT_COPY_CONSTRUCTOR(TestResult) 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 :150:80: note: #define UT_NOTHROW noexceptexpanded 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: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/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/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: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/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/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: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/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 72/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::4245:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.hwarning:: 48'override' keyword is incompatible with C++98 [-Wc++98-compat]: 70: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void exitCurrentTest() const _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/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/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 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/CodeMemoryReporterTest.cpp::4528: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h49::3971: :/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 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 ~NormalTestTerminator() _destructor_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 ^: 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/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.h79::4542: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h :warning45: :'override' keyword is incompatible with C++98 [-Wc++98-compat]91 : warning: 'nullptr' 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: MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);306 : ^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 ^ ^ 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: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/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/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: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/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/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: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/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/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: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/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/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: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/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/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:186:66: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void printCurrentTestStarted(const UtestShell& test) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp : ^28 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hIn 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:: 190expanded from macro '_override': 21: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from void testBody() _override;/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/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::187 :note63: :expanded from macro '_override' 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'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp:28#define _override 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:191:In file included from 26/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 :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:188:67: 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: virtual void printCurrentGroupStarted(const UtestShell& test) _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 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::3932: : /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::192189::2964:: 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; 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/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/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/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: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/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; ^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.h::28306: :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.hexpanded from macro '_override': 214:46#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/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: virtual ~ExecFunctionWithoutParameters() _destructor_override;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/include/CppUTest/CppUTestConfig.h :322:30 virtual void print(const char*) _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/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:: 28/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/CppUTest/TestHarness.h::3039:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.hwarning:: 216'override' keyword is incompatible with C++98 [-Wc++98-compat]: 25: 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 virtual void exec() _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 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: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/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/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.h32:: 233/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::25198:: 59warning:: '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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h Utest* createTest() _override { return new ExecFunctionTest(this); }: 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' In file included from #define _override override/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:199:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void setProgressIndicator(const char*) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.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 :note234: :expanded from macro '_override'38 : 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/CppUTest/AllTests.cpp:28: In file included from virtual ~ExecFunctionTestShell() _destructor_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::201322::2630:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_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#define _destructor_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:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: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/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: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/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: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/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: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/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: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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cppnote:: 29expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:96:36: #define _override overridewarning : ^'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:322In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/CodeMemoryReporterTest.cpp30::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 '_destructor_override': 39: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:#define _destructor_override override257 : ^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/CppUTest/AllTests.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h virtual SimpleString getMacroName() const _override;: 98 ^: 76:/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 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' #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/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp::3929: : /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/TestMemoryAllocator.h::25899::88: 69warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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 virtual void runOneTest(TestPlugin* plugin, TestResult& result) _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' #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: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/AllTests.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/AllTests.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/AllTests.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/AllTests.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/AllTests.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/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: 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/tests/CppUTestExt/CodeMemoryReporterTest.cpp::13028:: 88In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning42: 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/TestResult.h ::145: :In file included from 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:: 22 virtual void free_memory(char* memory, size_t size, const char* file, size_t line) _override;warning: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h ^defaulted function definitions are 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/CppUTestConfig.h:306::199:: DEFAULT_COPY_CONSTRUCTOR(TestResult) warning note: ^: expanded from macro '_override''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/CppUTestConfig.h :#define _override override150 : ^80 : note: expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' 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 #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: 18 ^: 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/AllTests.cpp:29typedef unsigned long long cpputest_ulonglong;: /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/AllTests.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/AllTests.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/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.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/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] 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/AllTests.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/AllTests.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/AllTests.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/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/CppUTest/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/CppUTest/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/CppUTest/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/CppUTest/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/CppUTest/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/CppUTest/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/AllTests.cpp:41:9: 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 ^ 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: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/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: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/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: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/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: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/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: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/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: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/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: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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/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] 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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/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.h:322:30: note: expanded from macro '_destructor_override' #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: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/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: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/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: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/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: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/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: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/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] 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: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/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: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/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: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/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: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/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: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/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/CppUTestExt/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/CodeMemoryReporterTest.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/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' #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: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: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/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: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/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: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/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: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/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: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/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: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/tests/CppUTestExt/CodeMemoryReporterTest.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/tests/CppUTestExt/CodeMemoryReporterTest.cpp:31: /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/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 ^ 87 warnings generated. /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: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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; ^ 138 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/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] In file included from :1 virtual void exitCurrentTest() const _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h ^: 59:68/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306warning:: 19noexcept specifications are incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_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#define _override override: 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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::391: : /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/MemoryLeakDetectorNewMacros.h::7360::3770:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; virtual ~NormalTestTerminator() _destructor_override; ^ ^/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::24322:: 30note:: expanded from macro 'UT_NOTHROW'note : expanded from macro '_destructor_override' #define UT_NOTHROW noexcept ^ #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:24: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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:In file included from 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SetPluginTest.cpp:: 1warning: : 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: void operator delete[](void* mem) UT_NOTHROW;79 : ^42 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning125: :'override' keyword is incompatible with C++98 [-Wc++98-compat]24 : note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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::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' In file included from #define UT_NOTHROW noexcept/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.hIn file included from :80::148: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :warning65: :'override' keyword is incompatible with C++98 [-Wc++98-compat]53 : warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; 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.h125::32224::30 :note : noteexpanded from macro 'UT_NOTHROW': expanded from macro '_destructor_override' #define UT_NOTHROW noexcept ^ #define _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: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/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: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/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: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/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 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: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/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: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/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.h:306:19: note: expanded from macro '_override' #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: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/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: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/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: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: /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/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: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: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/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: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/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: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/SetPluginTest.cpp:3: /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/SetPluginTest.cpp:3: /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: In file included from 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/MemoryLeakDetectorNewMacros.h#define _override override: 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] 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:125:26: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] typedef long long cpputest_longlong; ^ 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.h306::26519::18 :note : warningexpanded from macro '_override': '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/tests/CppUTest/SetPluginTest.cpp:3: /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/SetPluginTest.cpp:3: /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/SetPluginTest.cpp:3: /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/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' #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: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/SetPluginTest.cpp:3: /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/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' #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: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/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' #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: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 ^ 8 warnings generated. /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/CppUTest/SetPluginTest.cpp:63:7: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fp1 == stub_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: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:77:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SetPointerPluginTest, installTwoFunctionPointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/CppUTest/SetPluginTest.cpp:125:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SetPointerPluginTest, installTooMuchFunctionPointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/CppUTest/SetPluginTest.cpp:162:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SetPointerPluginTest, doublePointer) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/SetPluginTest.cpp:168:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/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. 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/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: 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/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: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: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/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: note: expanded from macro '_override' #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: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/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: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/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: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/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: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: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: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/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/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: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/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/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: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/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/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: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/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:322:30: note: expanded from macro '_destructor_override' #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: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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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: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/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: expanded from macro '_override' #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: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/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: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/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: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/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: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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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:32: /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/tests/CppUTestExt/IEEE754PluginTest.cpp:46: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:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_fail____when__FE_DIVBYZERO__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: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/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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/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 ^ 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/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] In file included from TEST(FE__with_Plugin, should_succeed_with_5_checks_when_no_flags_are_set) :^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/UtestMacros.h::6165::3724:: warningnote: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' void testBody() _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 : ^306 :19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 125note:: 24expanded from macro '_override': note: #define _override overrideexpanded from macro 'UT_NOTHROW' ^ #define UT_NOTHROW noexcept ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/IEEE754PluginTest.cpp void operator delete[](void* mem) UT_NOTHROW;: 90 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning125: :'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.hnote:: 67expanded from macro 'UT_NOTHROW': 35: note: expanded from macro 'TEST' #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' 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: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/IEEE754PluginTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_check_five_times_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: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/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/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: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FE__with_Plugin, should_not_fail_again_when_test_has_already_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/IEEE754PluginTest.cpp:119:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(IEEE754ExceptionsPlugin::checkIeee754UnderflowExceptionFlag()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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 ^ 8 warnings generated. 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: 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/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 /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 ^ 39 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]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; ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 125note:: 24expanded 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.h60::6070::70 :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, 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 :24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note125: :expanded from macro 'UT_NOTHROW'24 : note #define UT_NOTHROW noexcept: expanded from macro 'UT_NOTHROW' ^ #define UT_NOTHROW noexceptIn 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;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.h125::6124::37 :note : warningexpanded from macro 'UT_NOTHROW': noexcept specifications are incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ void operator delete(void* mem) UT_NOTHROW; ^In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1:: 125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h::2462:: 39note:: expanded from macro 'UT_NOTHROW'warning : noexcept specifications are incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept 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.hIn file included from :62::139: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :warning64: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]51 : warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) 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 :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 void operator delete[] (void* mem, size_t size) UT_NOTHROW;: 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::64125::5124:: warningnote: : noexcept specifications are incompatible with C++98 [-Wc++98-compat]expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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/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/MemoryReportAllocatorTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.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: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/Utest.h::190:21: 73warning:: 37'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual ~NormalTestTerminator() _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' #define _destructor_override overrideIn 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]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp:28: 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/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::7919::42 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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: expanded from macro '_override' #define _override 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:48In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.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:214:46: 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 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:322:30:: note: expanded 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/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/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/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/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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.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'44 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:93:59:#define _override override 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.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:#define _override override257 : ^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:44: /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/tests/CppUTestExt/MemoryReporterPluginTest.cpp111::2876: :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:258:69: warning virtual void runAllPreTestAction(UtestShell& test, TestResult& result) _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 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'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:#define _override override44 : ^/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/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/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] 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/MemoryReporterPluginTest.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::4419: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :note93: :expanded from macro '_override'59 : 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/MemoryReportAllocatorTest.cpp virtual void postTestAction(UtestShell&, TestResult&) _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.h31:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h::1999:: 88: warning: note'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp virtual const char* alloc_name() const _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::30644:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h:: 111note:: 76expanded from macro '_override': 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/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 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/TestMemoryAllocator.h ^: 103:43/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* free_name() const _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/MemoryReportAllocatorTest.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/include/CppUTestExt/MemoryReportAllocator.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp::3128: : /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/CppUTest/TestHarness.h105::4452: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h :warning112: :'override' keyword is incompatible with C++98 [-Wc++98-compat]77 : 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' virtual void runAllPostTestAction(UtestShell& test, 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/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp virtual ~NullUnknownAllocator() _destructor_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::32245:: 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 46note:: 40expanded from macro '_destructor_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _destructor_override override ^ virtual ~MemoryLeakWarningPlugin() _destructor_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/CppUTest/CppUTestConfig.h: :In file included from 322/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h::3031:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.hnote:: 129expanded from macro '_destructor_override': 76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp45:: 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h: :In file included from 48/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h::7031:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.hwarning:: 130'override' keyword is incompatible with C++98 [-Wc++98-compat]: 88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void preTestAction(UtestShell& test, TestResult& result) _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.h::306306:19::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/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: 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/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 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 ~FailableMemoryAllocator() _destructor_override;: 306 ^: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322note:: 30expanded 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/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/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/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/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/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]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 virtual ~MemoryReportAllocator() _destructor_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]: 322:30: note: expanded from macro '_destructor_override' virtual void printBuffer(const char* s) _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 /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]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: virtual char* alloc_memory(size_t size, const char* file, size_t line) _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: expanded from macro '_override' #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:In file included from 19: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cppnote:: 30expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:52:88: #define _override overridewarning : ^'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' In file included from #define _override override/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:In file included from 39/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:: 30warning: : /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]: 58:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~StringBufferTestOutput() _destructor_override; virtual TestMemoryAllocator* actualAllocator() _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/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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:#define _override override31 : ^/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/MemoryReporterPluginTest.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 181/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp::3631:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.hwarning:: 61'override' keyword is incompatible with C++98 [-Wc++98-compat]: 148: 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: virtual void report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) _override;30 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded 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/MemoryReportAllocatorTest.cppIn file included from :31: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportFormatter.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReporterPluginTest.cpp62::29134: :/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 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: virtual void printTestsStarted() _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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp virtual void printCurrentTestStarted(const UtestShell& test) _override;: 38 ^: 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' TEST(MemoryReportAllocator, FunctionsAreForwardedForMallocAllocator) ^ #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/MemoryReporterPluginTest.cpp void testBody() _override; }; \: 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::187306::6319:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]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: note: expanded from macro '_override' #define _override 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportAllocatorTest.cpp:38:1: warning: virtual void printCurrentGroupStarted(const UtestShell& test) _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:/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; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override 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 ^/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] In file included from STRCMP_EQUAL("malloc", allocator.alloc_name());/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::196162::3243:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) 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:/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/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]/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] virtual void printDouble(double) _override; ^ STRCMP_EQUAL("free", allocator.free_name()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::306162::1943:: notenote: : expanded 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:17: note: expanded from macro '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: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 ^ /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 ^ 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] /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] 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 POINTERS_EQUAL(originalAllocator->actualAllocator(), allocator.actualAllocator());: 306 ^: 19:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note262: :expanded from macro '_override'51 : note: expanded from macro 'POINTERS_EQUAL' #define _override 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: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/MemoryReporterPluginTest.cpp :30: #define NULLPTR nullptrIn 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] 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/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' 100#define _override override warning s ^ generated . 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 ^ /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: 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/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 ^ /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 ^ 356 warnings generated. /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 ^ 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:627: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 ^ /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] TEST(SimpleString, LongLongInts) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 :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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp #define UT_NOTHROW noexcept: 647 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Doubles) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::651:: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:: 64note:: 51expanded from macro 'TEST': 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: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 overridenote : ^expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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/SimpleStringTest.cpp : ^647 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:661#define _override override: 5 ^: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Nan - Not a number", s.asCharString());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/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::16239:: 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 80note:: 48expanded from macro 'STRCMP_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual ~TestTerminatorWithoutExceptions() _destructor_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:: 322note:: 30expanded from macro 'NULLPTR': note: expanded from macro '_destructor_override' #define NULLPTR nullptr ^ #define _destructor_override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:664:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.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 ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:668:5: 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' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/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/MemoryReportFormatterTest.cpp:28: 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 : ^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/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp::67128:: 1In 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 :234:38: warningTEST(SimpleString, SmallDoubles): 'override' keyword is incompatible with 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 ~ExecFunctionTestShell() _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.h :note306: :expanded 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp: :expanded from macro 'NULLPTR'671 :1: warning#define NULLPTR 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:67:35In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp :note28: : 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:228:67: 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:19: ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) : ^ 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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define _override override: 674 ^: 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/MemoryReportFormatterTest.cpp: STRCMP_CONTAINS("1.2e", s.asCharString());28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/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.h189::25546::34 :note : warningexpanded from macro 'STRCMP_CONTAINS': 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void setRunIgnored() _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:/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/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 ^ /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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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; ^ /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] TEST(SimpleString, HexStrings) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:693:#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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:695 virtual ~MemoryLeakWarningPlugin() _destructor_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]322 :30: note: expanded from macro '_destructor_override' STRCMP_EQUAL("f3", HexStringFrom((signed char)-13).asCharString()); ^#define _destructor_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/MemoryReportFormatterTest.cpp : ^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::31445:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 48note:: 70expanded from macro 'NULLPTR': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:698:5: virtual void postTestAction(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: STRCMP_EQUAL("ffff", h1.asCharString());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: 162 ^: 43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:701:38: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] SimpleString h15 = HexStringFrom(0xffffLL); ^ 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp'nullptr' is incompatible with C++98 [-Wc++98-compat]: 702:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR); STRCMP_EQUAL("ffff", h15.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.h314::16217::43 :note : noteexpanded from macro 'NULLPTR': expanded from macro 'STRCMP_EQUAL' #define NULLPTR 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:17: note: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:709:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("fffd", h3.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/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 ^ /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.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp712::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: expanded from macro 'TEST' 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 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 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/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/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::715306::19: note5: :expanded from macro '_override' warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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:In file included from 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp::4329:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hnote:: 191expanded from macro 'STRCMP_EQUAL': 48: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ 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 : ^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/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: /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]: 718: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/CppUTestConfig.h:306:TEST(SimpleString, StringFromFormatpointer)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; }; \ ^ 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/MemoryReportFormatterTest.cpp::30629:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 197note:: 38expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override 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: note: expanded from macro '_override' #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/tests/CppUTest/SimpleStringTest.cpp : ^718 :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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \29 : ^/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/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 ^ /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 ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:725:9: warning virtual ~MemoryLeakAllocator() _destructor_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:322:30: STRCMP_EQUAL("00000001", h1.asCharString());note : ^expanded from macro '_destructor_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43#define _destructor_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:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp::1730:: 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 'NULLPTR'31 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:98:#define NULLPTR nullptr76 : ^ 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/SimpleStringTest.cpp:727:9: 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/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 STRCMP_EQUAL("0000:0001", h1.asCharString());: 31 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h:99/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::88162:: 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 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.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/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/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::729306::919:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ STRCMP_EQUAL("0000000000000001", h1.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/MemoryReportFormatterTest.cpp162::3043: :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 'STRCMP_EQUAL': /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] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: virtual const char* alloc_name() const _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:19: #define NULLPTR nullptrnote : ^expanded from macro '_override' #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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp virtual const char* free_name() const _override;: 731 ^: 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: expanded from macro '_override' STRCMP_EQUAL("1", h1.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/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 STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 105 ^: 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' #define NULLPTR nullptr 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:736:1: warning: virtual ~FailableMemoryAllocator() _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:30TEST(SimpleString, StringFromFormatLarge): ^note : 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 overridenote : ^expanded from macro 'TEST' 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/MemoryReportFormatterTest.cppnote:: 30expanded from macro '_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: #define _override override/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp30:: 736In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h1::31 : warning/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]144 :52:/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 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: 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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:743:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StringFromConstSimpleString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:743:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/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/MemoryReportFormatterTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:43:38 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 ~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' #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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppnote:: 745expanded from macro '_override': 2: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ STRCMP_EQUAL("bla", StringFrom(SimpleString("bla")).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/MemoryReportFormatterTest.cpp::16230:: 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MemoryReportAllocator.h:: 58note:: 52expanded from macro 'STRCMP_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual TestMemoryAllocator* actualAllocator() _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/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 /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] In file included from TEST(SimpleString, PlatformSpecificSprintf_fits)/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h56::6585::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:306:19 virtual void report_testgroup_end(TestResult* /*result*/, UtestShell& /*test*/) _override {} // LCOV_EXCL_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 :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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:758:#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/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: 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 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#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/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/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.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:767:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(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: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/SimpleStringTest.cpp:772:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("123456789", buf); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MemoryReportFormatterTest.cpp::77662::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, PadStringsToSameLengthString1Larger)TEST(NormalMemoryReportFormatter, freeCreatesAnFreeCall) ^^ /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/CppUTest/SimpleStringTest.cpp:776:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/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/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 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: ^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: 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:782:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("441", str1.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:783:5: warning: 'nullptr' 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:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /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/CppUTest/SimpleStringTest.cpp:786:1: 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(" ", str1.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/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/tests/CppUTest/SimpleStringTest.cpp : ^793 :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(" ", str2.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' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ /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/CppUTest/SimpleStringTest.cpp:796:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, PadStringsToSameLengthWithSameLengthStrings) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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]802 :5:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning67: :'nullptr' is incompatible with C++98 [-Wc++98-compat]35 : note: expanded from macro 'TEST' STRCMP_EQUAL("123", str1.asCharString()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \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 :17: note: 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:803:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("123", str2.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:806:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, NullParameters2) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:806:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] TEST(SimpleString, CollectionMultipleAllocateNoLeaksMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:820:1: 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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:820:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:824:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", col[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:827:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, CollectionWritingToEmptyString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:827:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:832:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", col[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: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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:851:2: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(0xffffffffffffffff)", 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:880:1: 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:886: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:886: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:889:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:889:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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: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 ^ /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] TEST(SimpleString, fromStdString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:900:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:905: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:908:1: warning: '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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/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/tests/CppUTest/SimpleStringTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h911::1255::24 :warning : note'nullptr' is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept CHECK_EQUAL(i, i); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:127:42In file included from : :note1: expanded from macro 'CHECK_EQUAL' : /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] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ 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 : ^314 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h17::125 :note24: :expanded from macro 'NULLPTR' note: expanded from macro 'UT_NOTHROW' #define NULLPTR nullptr #define UT_NOTHROW noexcept ^ ^ 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp #define UT_NOTHROW noexcept: 911 ^: 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/include/CppUTest/UtestMacros.h::1271:: 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:: 62note:: 39expanded from macro 'CHECK_EQUAL': warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem) UT_NOTHROW; ^ CHECK_EQUAL_LOCATION(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 :24:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :note142: :expanded from macro 'UT_NOTHROW'66 : note #define UT_NOTHROW noexcept: expanded from macro 'CHECK_EQUAL_LOCATION' ^ 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 UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \: ^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/include/CppUTest/CppUTestConfig.h:314:17: void operator delete (void* mem, size_t size) 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:24: #define NULLPTR nullptrnote : ^expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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/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/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 ^ /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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp29::925 :warning1: :'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:306:19TEST(SimpleString, StrCmp): ^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 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: expanded from macro '_override' #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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp28:: 925In 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]216 :25: 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 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 ^ virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:930: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/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: CHECK(SimpleString::StrCmp(empty, empty) == 0);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: expanded from macro 'CHECK' 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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__)#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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define _override override: 931 ^: 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/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 CHECK(SimpleString::StrCmp(bla, blabla) == -(int)'b');: ^warning : 'override' keyword is incompatible with 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 SimpleString getMacroName() const _override;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' #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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp314::2817: :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 'NULLPTR': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:258:69: #define NULLPTR nullptrwarning : ^'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: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' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:933:5: warning: '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 ^ 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:934: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;5 : ^ warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrCmp(empty, bla) == -(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: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 ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp48::94170::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' 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 STRCMP_EQUAL("womanXXXXX", SimpleString::StrNCpy(str, "woman", 5));: ^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 override: 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/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: STRCMP_EQUAL_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 :warning314: :'override' keyword is incompatible with C++98 [-Wc++98-compat]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 ^ 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 ^ /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 ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:944:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.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/SimpleStringInternalCache.h:31: /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.h::6798::3576:: notewarning: : expanded from macro 'TEST''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 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 ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:947:5: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.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/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: STRCMP_EQUAL("woman", SimpleString::StrNCpy(str, "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 virtual ~NullUnknownAllocator() _destructor_override;: 162 ^: 43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322note:: 30expanded from macro 'STRCMP_EQUAL': note: expanded from macro '_destructor_override' #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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cppnote:: 29expanded from macro 'NULLPTR': 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#define NULLPTR nullptr: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:In file included from 950/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp::129:: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.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:144:52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCpy_null_proof) ^ 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/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' #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/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; } \ ^ 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/SimpleStringCacheTest.cpp::30629:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/SimpleStringInternalCache.h :note31: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestMemoryAllocator.h :210:46: warning#define _override override: '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 ^ /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] 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:51: 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/CppUTestConfig.h:314:17: note: 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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:29 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/SimpleStringInternalCache.h ^: 82:43:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning262: :'override' keyword is incompatible with C++98 [-Wc++98-compat]51 : note: expanded from macro 'POINTERS_EQUAL' 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' POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) ^ #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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp#define NULLPTR nullptr: 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 ^ /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/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 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 ^ /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/CppUTest/SimpleStringCacheTest.cpp958::305: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.hwarning:: 32'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:148:39: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("woman", SimpleString::StrNCpy(str, "woman", 8)); ^ virtual ~StringBufferTestOutput() _destructor_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::162322::4330:: notenote: : expanded from macro 'STRCMP_EQUAL'expanded from macro '_destructor_override' #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:In file included from 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp::1730:: 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 'NULLPTR'32 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:150:37#define NULLPTR nullptr: ^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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp32:: 961/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::1183:: 38warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printTestsStarted() _override;TEST(SimpleString, StrNCpy_nothing_to_do) ^^ /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; }; \ ^ 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/SimpleStringCacheTest.cpp::30630:: 19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.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 :184:60: warning#define _override override: '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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:961:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.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/CppUTest/TestTestingFixture.h: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.h::18767::6335:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' 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: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp:30: #define _override overrideIn 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:note964: :expanded from macro '_override'5 : warning#define _override override: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ In file included from STRCMP_EQUAL("XXXXXXXXXX", SimpleString::StrNCpy(str, "woman", 0));/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/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h162::19843::59 :note : warningexpanded from macro 'STRCMP_EQUAL': 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void printFailure(const TestFailure& failure) _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 :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/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/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/tests/CppUTest/SimpleStringCacheTest.cpp : ^95 :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(!cache.hasFreeBlocksOfSize(10)); ^ #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/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/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' /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; } \971 : ^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 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 ^ /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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppexpanded from macro 'CHECK': 974:1: 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:TEST(SimpleString, StrNCmp_equal)314 :^17 : note: 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/CppUTest/SimpleStringTest.cpp:974:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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/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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :note980: :expanded 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/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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppwarning:: 986'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.h :warning67: :'override' keyword is incompatible with C++98 [-Wc++98-compat]35 : note: expanded from macro 'TEST' TEST(SimpleString, StrNCmp_s1_smaller) ^ virtual Utest* createTest() _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.h::24306:: 19note:: 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/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' #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/SimpleStringTest.cpp:992:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_s1_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/SimpleStringTest.cpp:992:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/SimpleStringTest.cpp:998:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_n_too_large) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:998:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/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/SimpleStringCacheTest.cpp virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 199 ^: 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' TEST(SimpleStringInternalCache, clearAllIncludingCurrentlyUsedMemory) ^ #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/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/SimpleStringTest.cpp:1004:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_s1_empty) ^ /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/SimpleStringCacheTest.cpp :note212: :expanded 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/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' #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/SimpleStringTest.cpp:1004:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/SimpleStringTest.cpp:1010:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, StrNCmp_s2_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/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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/SimpleStringTest.cpp:1016:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1016:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:103265 warning:s1 generated:. warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /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/tests/CppUTest/SimpleStringCacheTest.cpp :289:1/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' TEST(SimpleStringInternalCache, deallocatingMemoryThatWasntAllocatedWhileCacheWasInPlaceProducesWarningButOnlyOnce) ^ /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 ^: 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.h: :expanded from macro '_override'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/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/SimpleStringTest.cpp:1028:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(foo, empty) == 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/CppUTest/SimpleStringTest.cpp:1029:47: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(empty, foo) == NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1029:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(empty, foo) == 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/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/tests/CppUTest/SimpleStringTest.cpp:TEST(SimpleStringInternalCache, deallocatingLargeMemoryThatWasntAllocatedWhileCacheWasInPlaceProducesWarning)1030 :^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' void testBody() _override; }; \ ^ CHECK(SimpleString::StrStr(foobarfoo, barf) == foobarfoo+3); /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 :note102: :expanded from macro '_override'55 : note#define _override override: expanded from macro 'CHECK' ^ CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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/SimpleStringTest.cpp ^: 1031:52: warning: 'nullptr' 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/CppUTestConfig.h:314:17: note: 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:1031:5: warning: 'nullptr' 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:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1032:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::StrStr(foo, foo) == 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/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/SimpleStringTest.cpp:1035:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, AtoI) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1035:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1040:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(12345 == SimpleString::AtoI("012345")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1041:5:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringCacheTest.cpp :warning347: :'nullptr' is incompatible with C++98 [-Wc++98-compat]1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK(6789 == SimpleString::AtoI("6789")); TEST(SimpleStringCacheAllocator, allocationIsCached) ^ ^ /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::10265::5524:: notenote: : expanded from macro 'CHECK'expanded from macro 'TEST' 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:#define _override override314 : ^ 17: note: 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:347:1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp :warning1042: :'override' keyword is incompatible with C++98 [-Wc++98-compat]5 : /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' CHECK(12345 == SimpleString::AtoI("12345/")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \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' #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/SimpleStringTest.cpp:1043:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(12345 == SimpleString::AtoI("12345:")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1044:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(-12345 == SimpleString::AtoI("-12345")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1045:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(123 == SimpleString::AtoI("\t \r\n123")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1046:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(123 == SimpleString::AtoI("123-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/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:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1048:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(-32768 == SimpleString::AtoI(min_short_str)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:362:1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cppwarning:: 1049'override' keyword is incompatible with C++98 [-Wc++98-compat]: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] TEST(SimpleStringCacheAllocator, originalAllocator) CHECK(32767 == SimpleString::AtoI(max_short_str)); ^ ^ /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::10265::5524:: notenote: : expanded from macro 'CHECK'expanded from macro 'TEST' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) 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 NULLPTR nullptr ^ #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/SimpleStringTest.cpp:1052:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, AtoU) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1052:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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/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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp#define NULLPTR nullptr: 1055 ^: 5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(12345 == SimpleString::AtoU("012345")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1056:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(6789 == SimpleString::AtoU("6789")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1057:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(12345 == SimpleString::AtoU("12345/")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1058:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(12345 == SimpleString::AtoU("12345:")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1059:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(123 == SimpleString::AtoU("\t \r\n123")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/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/SimpleStringCacheTest.cpp#define NULLPTR nullptr: 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/tests/CppUTest/SimpleStringTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::106065::524:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' CHECK(123 == SimpleString::AtoU("123-foo")); ^ void testBody() _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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1061:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(65535 == SimpleString::AtoU(max_short_str)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' 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/SimpleStringCacheTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::369314::117:: warningnote: : 'override' keyword 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/CppUTest/UtestMacros.h#define NULLPTR nullptr: 67 ^: 35: note: expanded from macro 'TEST' virtual 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/SimpleStringTest.cpp :1062/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::5306:: 19warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' CHECK(0 == SimpleString::AtoU("foo")); ^ #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/SimpleStringTest.cpp:1063:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == SimpleString::AtoU("-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/CppUTest/SimpleStringTest.cpp:1064:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == SimpleString::AtoU("+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:1065:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == SimpleString::AtoU("-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:1066:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == SimpleString::AtoU("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/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/SimpleStringTest.cpp:1069:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, Binary) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/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/SimpleStringCacheTest.cpp#define _override override: 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/SimpleStringTest.cpp:1069:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 1074 ^: 5:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning314: :'nullptr' is incompatible with C++98 [-Wc++98-compat]17 : note: expanded from macro 'NULLPTR' STRCMP_EQUAL(expectedString, StringFromBinary(value, sizeof(value)).asCharString());#define NULLPTR nullptr ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp:1075:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(cache.getAllocator(), SimpleString::getStringAllocator()); ^ STRCMP_EQUAL(expectedString, StringFromBinaryOrNull(value, sizeof(value)).asCharString()); /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h ^: 262:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h51::162 :note43: :expanded from macro 'POINTERS_EQUAL' note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:17:: 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/SimpleStringTest.cpp:1076:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", StringFromBinary(value, 0).asCharString()); ^ /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/tests/CppUTest/SimpleStringCacheTest.cpp43::388 :note5: :expanded from macro 'STRCMP_EQUAL' warning: 'nullptr' 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: POINTERS_EQUAL(originalStringAllocator, SimpleString::getStringAllocator());expanded from macro 'NULLPTR' ^ #define NULLPTR nullptr ^/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/SimpleStringTest.cpp::3141077::1751:: notewarning: : expanded from macro 'NULLPTR''nullptr' is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ STRCMP_EQUAL("(null)", StringFromBinaryOrNull(NULLPTR, 0).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:1077:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1080:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BinaryWithSize) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1080:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1085:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedString, StringFromBinaryWithSize(value, sizeof(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:1086:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedString, StringFromBinaryWithSizeOrNull(value, sizeof(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:1087:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:1088:59: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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:314:17: note: 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:1088:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("(null)", StringFromBinaryWithSizeOrNull(NULLPTR, 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:1091:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, BinaryWithSizeLargerThan128) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1091:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1097:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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/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:1100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(SimpleString, MemCmp) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1106:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::MemCmp(smaller, greater, sizeof(smaller)) < 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:1107:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString::MemCmp(greater, smaller, sizeof(smaller)) > 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:1108:41: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] LONGS_EQUAL(0, SimpleString::MemCmp(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/SimpleStringTest.cpp:1108:50: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] LONGS_EQUAL(0, SimpleString::MemCmp(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/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: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/CppUTest/SimpleStringTest.cpp:1133:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("xxxxxxxx", StringFromMaskedBits(0x00, 0x00, 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:1134:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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 ^ 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: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 ^ 135 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/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] 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/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: '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: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/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 ^ 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: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/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: note: expanded from macro '_override' #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: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/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/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/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 ^ 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: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/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: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/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 ^ 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: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/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: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/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: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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp112::377: :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] virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _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.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/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: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/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] 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 virtual ~TestTerminatorWithoutExceptions() _destructor_override;: 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::46322::4030:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_destructor_override' #define _destructor_override override ^ 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:19: note: expanded from macro '_override' #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: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/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: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/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: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/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: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 ^ 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 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/MockActualCallTest.cpp::3929: : /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/CppUTestExt/MockCheckedActualCall.h214::3146: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.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/MockNamedValue.h:72:68: virtual ~ExecFunctionWithoutParameters() _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: expanded from macro '_destructor_override' #define _destructor_override 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:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :note3: : 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:216#define _override override: 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: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 '_override': In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define _override override31 : ^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' 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 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: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: expanded from macro '_destructor_override' #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: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/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29: 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/CppUTestExt/MockCheckedActualCall.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/MockActualCall.h314:33:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:: 86note:: 51:expanded from macro 'NULLPTR' warning: #define NULLPTR nullptr'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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cppexpanded from macro '_override': 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: #define _override override/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/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: In file included from /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/tests/CppUTestExt/MockCheatSheetTest.cpp::1043:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning39: : 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/Utest.h :251:34: 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: virtual ~IgnoredUtestShell() _destructor_override;150 : ^80 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note322: :expanded from macro 'DEFAULT_COPY_CONSTRUCTOR'30 : note: expanded from macro '_destructor_override' #define _destructor_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/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: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/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: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/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: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/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: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/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] 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/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 ^ 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: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/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:40:64: 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]: 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:93:59: warning: virtual MockActualCall& withName(const SimpleString& name) _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 : ^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/MockActualCallTest.cpp:29: /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 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.cpp::329: : 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::4244:: 85/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestPlugin.h: warning:: 111'override' keyword is incompatible with C++98 [-Wc++98-compat]: 76: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _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/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/MockActualCallTest.cpp:In file included from 29: /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/CppUTestExt/MockCheckedActualCall.h::343: :In file included from 83/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 MockActualCall& withIntParameter(const SimpleString& name, int value) _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.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: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] 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: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/tests/CppUTestExt/MockCheatSheetTest.cpp:45::923:: 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]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 MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _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::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/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]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 virtual void preTestAction(UtestShell& test, TestResult& result) _override;: 109 ^: /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 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/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::3063:: 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:71: warning: #define _override override'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/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/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:45In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp91::29 : 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]48 :114: 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:314:17: note: expanded from macro 'NULLPTR' #define NULLPTR 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:306:19: note: expanded from macro '_override' #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/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: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] In file included from virtual ~MockFailure() _destructor_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/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::32251::3089:: notewarning: : expanded from macro '_destructor_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_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/MockActualCallTest.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/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] 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: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.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp29:: 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.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::12132:: 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:72:68: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _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/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/MockCheatSheetTest.cpp:4: 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/MockActualCallTest.cpp::3229: : 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/MockCheckedActualCall.h::5931:: 35In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.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/MockNamedValue.h :73:60: 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: virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); }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: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' 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: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:In file included from 86/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::5129:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 63'override' keyword is incompatible with C++98 [-Wc++98-compat]: 36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void copy(void* dst, const void* src) _override { copier_(dst, src); } virtual bool returnBoolValue() _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: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/tests/CppUTestExt/MockActualCallTest.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/tests/CppUTestExt/MockCheatSheetTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::429: : 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::6832:: 60In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.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/MockActualCall.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:104:5 virtual unsigned long int returnUnsignedLongIntValue() _override;: ^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]: 306:19: note: expanded from macro '_override' DEFAULT_COPY_CONSTRUCTOR(MockNamedValue) ^ #define _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' 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: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; 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 ^ 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: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/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] 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: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/MockActualCallTest.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/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 ^ 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:86: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/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: virtual double returnDoubleValue() _override;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/CppUTestConfig.h34:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h::1990:: 50note:: expanded from macro '_override'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ : 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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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' #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:38In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp38::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]98 :61: warning: virtual ~MockCheckedActualCall() _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: note: expanded from macro '_destructor_override' virtual MockActualCall& onObject(const void* objectPtr) _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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4#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: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/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: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: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/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: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/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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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:47In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::10529:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 146'override' keyword is incompatible with C++98 [-Wc++98-compat]: 58: warning: 'nullptr' 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' : name_(name), type_(type), ptr_(ptr), next_(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: 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define NULLPTR nullptr ^ :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/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:49:89:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppwarning:: 29'override' keyword 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:159:36: warning: virtual MockActualCall& withDoubleParameter(const SimpleString& name, double 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/CppUTestConfig.h:306:19: note: 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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cppexpanded from macro '_destructor_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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define _destructor_override override50 : ^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: 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 '_override'29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:161#define _override override: 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/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: virtual MockActualCall& withName(const SimpleString& name) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^51 :89:/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 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' #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/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::294: : /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.h162::3257: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning52: 'override' keyword is incompatible with C++98 [-Wc++98-compat]: 100: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withCallOrder(unsigned int) _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 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: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/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] 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 virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*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' #define _override override ^ 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:19In 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 '_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: 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; ^ 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:: 164note:: 83expanded from macro '_override': 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/MockCheatSheetTest.cpp:4: virtual MockActualCall& withIntParameter(const SimpleString& name, int 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::30655::19120:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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:165In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp100::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]: 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& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override; 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/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/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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppwarning:: 29'override' keyword 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:166:92: 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 ^ 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/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.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note59: :expanded from macro '_override'35 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp167::4109: :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: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: virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int 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 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/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: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 virtual bool returnBoolValueOrDefault(bool default_value) _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/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306168::19105:: notewarning: : expanded 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/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: 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/CppUTestExt/MockCheckedActualCall.h : ^63 :36:/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 bool returnBoolValue() _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 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/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:In file included from 32/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/CppUTestExt/MockCheckedActualCall.h29:: 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::60169:: 114warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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' virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong 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:In file included from 19/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 '_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:34: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ 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/tests/CppUTestExt/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::294: : /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.h170::3289: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning68: :'override' keyword is incompatible with C++98 [-Wc++98-compat]60 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValue() _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.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/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: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/tests/CppUTestExt/MockActualCallTest.cpp virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _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.h::171306::9419:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #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 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/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::71306::4319:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' virtual long int returnLongIntValue() _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/MockCheatSheetTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp4:: 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/CppUTestExt/MockCheckedActualCall.h::32172: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h89::72 :warning74: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual MockActualCall& withPointerParameter(const SimpleString& name, void* 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 overrideIn 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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _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.h173::306100::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ In file included from 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/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::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 75note:: 106expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp29:: 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :In file included from 174/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::10132:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 77'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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 virtual MockActualCall& withFunctionPointerParameter(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.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/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: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; ^ 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:: 175note:: 122expanded from macro '_override': 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/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: virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _override;'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/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/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:81: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/tests/CppUTestExt/MockActualCallTest.cpp:29 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/CppUTestExt/MockCheckedActualCall.h ^: 176/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::124306:: 19warning:: '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/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:83:81 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 virtual const char * returnStringValueOrDefault(const char * 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: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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp84::2946: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning177: :'override' keyword is incompatible with C++98 [-Wc++98-compat]89 : 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 ^ 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.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:86:40: #define _override overridewarning : ^'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: 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/MockCheatSheetTest.cpp::1784:: 125In 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 :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 virtual MockActualCall& withOutputParameterOfType(const SimpleString& typeName, const SimpleString& name, void* output) _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/tests/CppUTestExt/MockCheatSheetTest.cpp:#define _override override4 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp virtual const void * returnConstPointerValue() _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.h::180306::3519:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual bool hasReturnValue() _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/include/CppUTest/CppUTestConfig.h:306::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:90: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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro '_override': 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 181 ^: 42: 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/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:92: virtual MockNamedValue returnValue() _override;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/include/CppUTest/CppUTestConfig.h :306:19: virtual void * returnPointerValue() _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 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/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:183:63In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :warning4: : '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:93:56: warning virtual bool returnBoolValueOrDefault(bool default_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/CppUTestConfig.h:306: virtual void * returnPointerValueOrDefault(void *) _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/MockCheatSheetTest.cpp:In file included from 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.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/CppUTestExt/MockCheckedActualCall.h32:: 184/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::3695:: 52warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; virtual void (*returnFunctionPointerValue())() _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/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:96: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/MockActualCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override;: 186 ^: 60/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 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::194:: 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:98:61#define _override override: ^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: 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 '_override'29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define _override override187 : ^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 ^ 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: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/MockCheatSheetTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp4:: 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/CppUTestExt/MockCheckedActualCall.h::32193: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h74::146 :warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]58 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] : name_(name), type_(type), ptr_(ptr), next_(NULLPTR) {} 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h314::30617:: note: expanded from macro 'NULLPTR' 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/MockActualCallTest.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] In file included from virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _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/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 159note:: 36expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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:196:106: 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override; 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/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/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:162In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp57::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]198 :56: 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:19: note: expanded from macro '_override' virtual cpputest_longlong returnLongLongIntValue() _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/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#define _override override: /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; 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.h29:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::19199:: 96: notewarning: : expanded 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/MockCheatSheetTest.cpp:4: virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong 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/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::164306::8319:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]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: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/MockActualCallTest.cpp:29#define _override override: /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4: virtual unsigned int returnUnsignedIntValue() _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::306165::19100:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override 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: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/MockActualCallTest.cpp:29#define _override override: /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]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: 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 virtual MockActualCall& withLongIntParameter(const SimpleString& name, long int value) _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/MockCheatSheetTest.cpp:4In file included from : /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/include/CppUTestExt/MockSupport.h29:: 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/CppUTestExt/MockCheckedActualCall.h204::16781::109 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::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/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:168In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp105:29:: /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: 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 virtual const char * returnStringValue() _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' 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 _override override: 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] 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:207 virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _override;: 40 ^: /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 double returnDoubleValue() _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/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 _override override32 : ^/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;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/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306208::1969:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual double returnDoubleValueOrDefault(double default_value) _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/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:: 171expanded from macro '_override': 94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro '_override': 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 210 ^: 41: 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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual void * returnPointerValue() _override;: 172 ^: 89:/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 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' #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:In file included from 29/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/CppUTestExt/MockCheckedActualCall.h::4211: :In file included from 56/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]: 173:100: 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 virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;: 306 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: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/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:174:In file included from 101/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.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/CppUTestExt/MockCheckedActualCall.h :213:52: 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: virtual const void * returnConstPointerValue() _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: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:19In 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 '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :214: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/MockCheatSheetTest.cpp: virtual const void * returnConstPointerValueOrDefault(const void * default_value) _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:/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::19176:: 124note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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:19In 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 '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :216:#define _override override52 : ^ 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 virtual void (*returnFunctionPointerValue())() _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.h177::30689::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override 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:217In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp71::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]: 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 void (*returnFunctionPointerValueOrDefault(void (*)()))() _override; ^ 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 :/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/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:180In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp35::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]219 :61: warning virtual bool hasReturnValue() _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& 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:19In 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 '_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:181#define _override override: 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: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/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: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/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: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: 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 :29: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^237 :59: 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 MockActualCall& withName(const SimpleString&) _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 :19: 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/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:189: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/MockActualCallTest.cpp:29 virtual unsigned long int returnUnsignedLongIntValue() _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 238/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::57306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ 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/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/CppUTestConfig.h::32306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19::190 :note86: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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 #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:239:74:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cppwarning:: 4'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:192:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withBoolParameter(const SimpleString&, bool) _override { return *this; } virtual long int returnLongIntValue() _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/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:32In 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/CppUTestExt/MockCheckedActualCall.h::29193: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h74::240 :warning72: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' virtual MockActualCall& withIntParameter(const SimpleString&, 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: 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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 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:In file included from 19/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.hnote:: 241expanded from macro '_override': 89: #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/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:196:106: 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 virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong 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 '_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/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:198In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp56::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: virtual cpputest_longlong returnLongLongIntValue() _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& 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.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:199:96: #define _override overridewarning : ^'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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro '_override': 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 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/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 virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned 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: virtual unsigned int returnUnsignedIntValue() _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/CppUTestExt/MockCheatSheetTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::429: : 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::24432:: 94/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 202warning:: 86'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual MockActualCall& withLongLongIntParameter(const SimpleString&, 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.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: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; ^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::29306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19::245 :note103: :expanded from macro '_override' 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/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 virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _override { return *this; }: 205 ^: 46: /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 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' #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:In file included from 246/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::784:: 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 : /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; ^ 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:/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/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] 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 virtual double returnDoubleValueOrDefault(double default_value) _override;: 83 ^: 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& 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.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:210:41: #define _override overridewarning : ^'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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp#define _override override: 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 248:79: 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/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:211:56: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void *) _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 :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/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: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/MockActualCallTest.cpp virtual const void * returnConstPointerValue() _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.h::249306::9019:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #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: virtual MockActualCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; }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/CppUTestConfig.h32:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::19214:: 87note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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:In file included from 29/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/CppUTestExt/MockCheckedActualCall.h4:: 250In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h92::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]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: virtual MockActualCall& withFunctionPointerParameter(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.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/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:217: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/MockActualCallTest.cpp:29 virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override;: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 251/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::106306:: 19warning:: '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/tests/CppUTestExt/MockCheatSheetTest.cpp:4 virtual MockActualCall& 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/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::219 :note61: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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: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] 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: virtual MockActualCall& withOutputParameter(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: virtual MockActualCall& withName(const SimpleString&) _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:4In file included from : /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/include/CppUTestExt/MockSupport.h29:: 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/CppUTestExt/MockCheckedActualCall.h254::238104::57 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: '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' virtual MockActualCall& withOutputParameterOfType(const SimpleString&, 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: 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/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#define _override override: /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] 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/MockActualCallTest.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::306256::1935:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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/MockCheatSheetTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::4306: :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': 240:72: warning: #define _override override ^'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: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': 257:42#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/MockCheatSheetTest.cpp: virtual MockNamedValue returnValue() _override { return MockNamedValue(""); }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/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h306::24119::89 :note : warningexpanded from macro '_override': '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' 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:259:55: In file included from warning/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 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 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 virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _override { return *this; }: 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/MockCheatSheetTest.cpp:4: 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/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2932: : /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:260:36::243 :warning98: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ 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/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/MockCheatSheetTest.cpp:4In file included from : /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/include/CppUTestExt/MockSupport.h29:: 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/CppUTestExt/MockCheckedActualCall.h262::24434::94 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual int returnIntValue() _override { return 0; } ^ 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 :/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/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: In file included from 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]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 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: virtual int returnIntValueOrDefault(int value) _override { return value; }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 /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: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] 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: virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _override { return *this; }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; } ^ 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::4306: :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': 247:83: warning: #define _override override'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: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 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/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 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: virtual MockActualCall& 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 :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/MockCheatSheetTest.cpp:4In file included from : /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/include/CppUTestExt/MockSupport.h29:: 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/CppUTestExt/MockCheckedActualCall.h268::24943::90 :warning : warning'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 { return 0; } ^ 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/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:250:92: In file included from 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]29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:269:66: warning: virtual MockActualCall& withFunctionPointerParameter(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' virtual long int returnLongIntValueOrDefault(long int value) _override { return value; }#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/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 _override override32 : ^/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; }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.h271::30665::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; } ^ 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::4306: :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': 252:104: warning: #define _override override'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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::1929:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hnote:: 272expanded from macro '_override': 98: #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/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:253:77 virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; }: ^warning : 'override' keyword is 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& 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#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 :29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:274:In file included from 56/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:: 4warning: : 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:254:104: 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: virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; }19 : ^ note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :306:19: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/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:32In 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/CppUTestExt/MockCheckedActualCall.h::29256: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h35::275 :warning88: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } #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/tests/CppUTestExt/MockCheatSheetTest.cppexpanded 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:32: #define _override override/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(""); } 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.h29:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::19277:: 51note:: 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/MockCheatSheetTest.cpp:4 virtual unsigned int returnUnsignedIntValue() _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.h::306259::1955:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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: 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/MockCheatSheetTest.cpp::2784:: 78In 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 :260:36: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override { return false; } ^ 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:/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 overrideIn 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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:29 virtual int returnIntValue() _override { return 0; }: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 280/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:40:: 306warning:: 19'override' keyword is incompatible with C++98 [-Wc++98-compat]: note: expanded from macro '_override' #define _override override ^ virtual double returnDoubleValue() _override { return 0.0; } ^ 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::4306: :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': 263:52: warning: #define _override override'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'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp#define _override override: 29 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:281:61: In file included from warning/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 : In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 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 virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; }: 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/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:32In 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/CppUTestExt/MockCheckedActualCall.h::29266: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h92::283 :warning46: :'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 returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; } ^ 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/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/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]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: virtual long int returnLongIntValue() _override { return 0; }284 : ^73 :/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 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/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.h306::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note269: :expanded from macro '_override'66 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cppexpanded from macro '_override': 29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define _override override: 286 ^: 41: 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: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 void * returnPointerValue() _override { return NULLPTR; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; }: 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/MockCheatSheetTest.cpp:4In file included from : /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/include/CppUTestExt/MockSupport.h29:: 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/CppUTestExt/MockCheckedActualCall.h287::27262::98 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void * returnPointerValueOrDefault(void * value) _override { return value; } 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/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/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:274In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp56::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]289 :52: 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' virtual const void * returnConstPointerValue() _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 ^: 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:4: 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp275::2988: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning290: :79'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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' virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ #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/tests/CppUTestExt/MockCheatSheetTest.cppnote:: 4expanded 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 override277 : ^51 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned int returnUnsignedIntValue() _override { return 0; } 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.h29:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::19292:: 52note: expanded from macro '_override' :#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/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:278 virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; }: 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' virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; } ^ #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:In file included from 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp: :In file included from 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/CppUTestExt/MockSupport.h::29332:: 76/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 280warning:: 40'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; }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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:4#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:281:61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual double returnDoubleValueOrDefault(double value) _override { return value; }/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/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::306295::1952:: notewarning: : expanded 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/MockCheatSheetTest.cpp:4 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/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::306283::1946:: notewarning: : expanded from macro '_override''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/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: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/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 ^ 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 ^ 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: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/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 ^ 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/MockActualCallTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp30:: 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :In file included from 40/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::4033:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hwarning:: 43'override' keyword is incompatible with C++98 [-Wc++98-compat]: 69: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ 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 : ^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/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] 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 virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _override;: 66 ^: /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 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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cppnote: 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 : ^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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::1930:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 43expanded from macro '_override': 69: #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/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 virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); }: 46 ^: 85: /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& withIntParameter(const SimpleString& name, int 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/MockActualCallTest.cpp:In file included from 30/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/CppUTestExt/MockCheckedExpectedCall.h:444:: 105In 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 :47:102: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _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/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/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]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 virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int 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' #define _override override ^ virtual MockExpectedCall& 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/MockCheatSheetTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::4306: :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': 49:111: warning: #define _override override'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: 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 :30: #define _override override/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] 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& 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 virtual MockExpectedCall& withLongLongIntParameter(const SimpleString& name, cpputest_longlong value) _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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp51::30116: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning47: :'override' keyword is incompatible with C++98 [-Wc++98-compat]102 : 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' virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int 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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cppexpanded 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 : ^52 :91: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& 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/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h19::48 :note94: :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/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: virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int value) _override;33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :53/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::109306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ 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:30In 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/CppUTestExt/MockCheckedExpectedCall.h::449: :In file included from 111/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]: 54:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* value) _override; ^ 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/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/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: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/tests/CppUTestExt/MockActualCallTest.cpp: virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _override;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.h50::306107::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& 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/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.hnote:: 33expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:56:102: #define _override overridewarning : ^'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'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30#define _override override: /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] 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:57:103: 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 virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _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/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] 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: virtual MockExpectedCall& 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' #define _override override ^ virtual MockExpectedCall& 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/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 :note33: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :59:126: warning#define _override override: '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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30expanded from macro '_override': /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/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:60:118: 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: virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _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/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:In file included from 33/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/CppUTestExt/MockCheckedExpectedCall.h30:: 61/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::54141::96 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, const SimpleString& name, const void* value) _override; ^ 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:/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/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]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& 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: virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _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#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:63:55In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :warning30: : 'override' keyword 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 :56:102: virtual MockExpectedCall& ignoreOtherParameters() _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 MockExpectedCall& 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/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 :note33: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :65:58: warning#define _override override: '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:30In 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/CppUTestExt/MockCheckedExpectedCall.h::457: :In file included from 103/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]: 66:57: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _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/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/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] 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 MockExpectedCall& andReturnValue(unsigned int value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^58 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h124::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/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 virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _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.h68::30662::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override 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: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/MockCheatSheetTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::430: : 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::5933:: 126: 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] :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: virtual MockExpectedCall& withParameterOfType(const SimpleString& typeName, const SimpleString& name, const void* 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 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:70: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/MockActualCallTest.cpp virtual MockExpectedCall& andReturnValue(cpputest_longlong value) _override;: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.h60::306118::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #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 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/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.h71::30672::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override override 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 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/CppUTestExt/MockCheatSheetTest.cpp::304: : /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.h61::33141: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning72: :'override' keyword is incompatible with C++98 [-Wc++98-compat]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' virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, 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/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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h#define _override override: 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:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 30note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hexpanded from macro '_override': 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/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:74: virtual MockExpectedCall& withUnmodifiedOutputParameter(const SimpleString& name) _override;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 :306:19: virtual MockExpectedCall& andReturnValue(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 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/MockCheatSheetTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp4:: 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::3363: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h55::75 :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(const void* value) _override; virtual MockExpectedCall& ignoreOtherParameters() _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:306:19:: 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/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:76:63:In file included from 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]30 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:65:58: virtual MockExpectedCall& andReturnValue(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 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'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 _override override33 : ^/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp306::3019: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note66: :expanded from macro '_override'57 : warning#define _override override: '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/MockActualCallTest.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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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/MockCheatSheetTest.cpp:4: 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/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3033: : /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::71154::7261:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withName(const SimpleString&) _override { return *this;} 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:/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/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:155:In file included from 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 30warning: : /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]: 72:60: 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' virtual MockExpectedCall& andReturnValue(double 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/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#define _override override: 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'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:30#define _override override: /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/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: virtual MockExpectedCall& andReturnValue(const char* value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^157 :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 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:74:In file included from 59/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp:: 4warning: : 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:158:74: 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 virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; }: 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/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:In file included from 33/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/CppUTestExt/MockCheckedExpectedCall.h30:: 159/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::9175:: 65warning:: '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&, unsigned int) _override{ return *this; } 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:/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/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:160In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::30: 83/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 76warning:: 63'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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 virtual MockExpectedCall& andReturnValue(void (*value)()) _override;: ^ 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' ^ #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] In file included from 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/tests/CppUTestExt/MockActualCallTest.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::30680::1957:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual MockExpectedCall& onObject(void* objectPtr) _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/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:: 162expanded from macro '_override': 96: warning: #define _override override'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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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; } ^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::30306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h19::154 :note61: :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/MockCheatSheetTest.cpp:4: virtual MockExpectedCall& withName(const SimpleString&) _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/CppUTestExt/MockCheckedExpectedCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::171306::10619:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #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' #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:155:59: 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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& withCallOrder(unsigned int) _override { return *this; } ^ 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 :/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/MockCheatSheetTest.cpp:In file included from 4/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.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.h33:: 156/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::73173:: 121warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; } 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/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/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:174In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp82::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]157 :76: 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 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::194:: 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:55:#define _override override 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp::1930:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 158expanded from macro '_override': 74: #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/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:177 virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _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' 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#define _override override : ^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/MockActualCallTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp::304: : /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.h159::3391: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning178: :'override' keyword is incompatible with C++98 [-Wc++98-compat]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 virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString&, unsigned int) _override{ return *this; }: 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/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:179:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual MockExpectedCall& andReturnValue(unsigned int) _override { return *this; }/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/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::306160::1983:: notewarning: : expanded from macro '_override''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/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.h306::3319: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note180: :expanded from macro '_override'56 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ 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:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp :note30: : expanded from macro '_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :161:100:#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/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 virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }: 181 ^: 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' #define _override override ^ 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp#define _override override: 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] 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:182:65 virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _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 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/MockActualCallTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:163:105In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :warning4: : '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:183:66: 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: virtual MockExpectedCall& andReturnValue(cpputest_ulonglong) _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: 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:In file included from 33/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/CppUTestExt/MockCheckedExpectedCall.h30:: 184/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::54164:: 80warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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' virtual MockExpectedCall& withDoubleParameter(const SimpleString&, 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: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 '_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 override185 : ^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:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:: 30note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hexpanded from macro '_override': 165:88#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/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 virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _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 virtual MockExpectedCall& andReturnValue(void*) _override { return *this; }: ^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/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: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:166:85 virtual MockExpectedCall& andReturnValue(const void*) _override { return *this; }: ^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& 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/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::33 : 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: note: expanded from macro '_override' #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:81In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockCheatSheetTest.cpp :warning4: : '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: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } 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/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: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: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 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.cpp::430: : /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::40172::104102:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword 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 virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _override { return *this; }: 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 ^ 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] 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/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: expanded from macro '_override' #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:182: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/MockCheatSheetTest.cpp virtual MockExpectedCall& andReturnValue(cpputest_longlong) _override { return *this; }: 51 ^: 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: TEST(MockCheatSheet, foo)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/MockActualCallTest.cpp: void testBody() _override; }; \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.h183::30666::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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' #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:184:54: warning: 'override' 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:51:1: 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/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 :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/CppUTestExt/MockCheatSheetTest.cpp:66:1: warning: 'override' keyword 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: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 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 ^ 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 ^ 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: 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:59: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: 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: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/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/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/CppUTestExt/MockActualCallTest.cpp:80:66: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] actualCall.withName("unexpected").withOutputParameter("bar", NULLPTR); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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/CppUTestExt/MockActualCallTest.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/MockActualCallTest.cpp:96:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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/CppUTestExt/MockActualCallTest.cpp:99:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, actualCallWithNoReturnValueAndMeaninglessCallOrderForCoverage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/CppUTestExt/MockActualCallTest.cpp:108:1: warning: 'override' keyword 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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:124:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, multipleSameFunctionsExpectingAndHappenGradually) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:156:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(false == actual.returnBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:157:5: 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:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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] CHECK(false == actual.returnBoolValueOrDefault(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/MockActualCallTest.cpp:159:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:160:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:163:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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/CppUTestExt/MockActualCallTest.cpp:165:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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] CHECK(1u == actual.returnUnsignedIntValueOrDefault(1u)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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:171:66: 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:171:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(1ull == actual.returnUnsignedLongLongIntValueOrDefault(1ull)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:173:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(0.0, actual.returnDoubleValue(), 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/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: 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/MockActualCallTest.cpp:175:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("bla", actual.returnStringValueOrDefault("bla")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:176:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", actual.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/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:314:17: note: 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:178: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/CppUTestExt/MockActualCallTest.cpp:179:11: 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/CppUTestConfig.h:314:17: note: 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: note: 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:5: 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/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:183:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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' 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/MockActualCallTest.cpp:184:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(actual.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 ^ 258 warnings generated. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:187:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, remainderOfMockActualCallTraceWorksAsItShould) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTestExt/MockActualCallTest.cpp:203:55: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] actual.withLongLongIntParameter("long_long_int", (long long int) 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:204:81: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] actual.withUnsignedLongLongIntParameter("unsigned_long_long_int", (unsigned long long int) 1); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:233:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(expectedString.asCharString(), 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:235:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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' 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/MockActualCallTest.cpp:236:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(actual.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/MockActualCallTest.cpp:237:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(false == actual.returnBoolValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:238:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(false == actual.returnBoolValueOrDefault(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/CppUTestExt/MockActualCallTest.cpp:239:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:240:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:241:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:242:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == 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:243:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:244:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnLongIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:245:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == 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/CppUTestExt/MockActualCallTest.cpp:247: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:248:55: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] CHECK(0 == actual.returnLongLongIntValueOrDefault(1ll)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:248:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == 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:249: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:250:63: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] CHECK(0 == actual.returnUnsignedLongLongIntValueOrDefault(1ull)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockActualCallTest.cpp:250:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedLongLongIntValueOrDefault(1ull)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:252:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedIntValue()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:253:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == actual.returnUnsignedIntValueOrDefault(1u)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:254:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] DOUBLES_EQUAL(0.0, actual.returnDoubleValue(), 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/MockActualCallTest.cpp:255:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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/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/MockActualCallTest.cpp:256:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", actual.returnStringValueOrDefault("bla")); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:257:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("", actual.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/MockActualCallTest.cpp:258: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:258: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:314:17: note: 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:259:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnPointerValueOrDefault((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/MockActualCallTest.cpp:259:65: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnPointerValueOrDefault((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/MockActualCallTest.cpp:259:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnPointerValueOrDefault((void*) 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/CppUTestExt/MockActualCallTest.cpp:260:11: 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/CppUTestConfig.h:314:17: note: 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:260: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:261:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnConstPointerValueOrDefault((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/MockActualCallTest.cpp:261:76: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnConstPointerValueOrDefault((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/MockActualCallTest.cpp:261:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnConstPointerValueOrDefault((const void*) 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/CppUTestExt/MockActualCallTest.cpp:262: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: note: 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:262:5: 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/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:263:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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:314:17: note: 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:263:78: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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:314:17: note: 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:263:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == actual.returnFunctionPointerValueOrDefault((void (*)()) 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/CppUTestExt/MockActualCallTest.cpp:266:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockCheckedActualCall, MockActualCallTraceClear) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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 :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: In file included from warning: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:68: typedef unsigned long long cpputest_ulonglong;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 ^ 588 warnings generated. /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: 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/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 ^ 365 warnings generated. /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 ^ /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 ^ 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: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 ^ /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 ^ 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/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 ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp42::537 :warning1: :'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; ^ TEST(MockComparatorCopierTest, installComparatorsWorksHierarchical)/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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cppnote:: 2expanded 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 : ^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 ^ /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:In file included from 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cpp:: 2note: : In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 Utest* createTest() _override { return 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 void exitCurrentTest() const _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/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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cppexpanded from macro '_override': 553:1: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockComparatorCopierTest, installCopiersWorksHierarchically)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/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:: 192note:: 29expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^ 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/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/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' 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 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 ~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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockComparatorCopierTest.cpp:590:1:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CompatabilityTests.cppwarning:: 2'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:TEST(MockComparatorCopierTest, shouldSupportConstParameters) warning^: 'override' keyword is incompatible with 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: 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.hnote:: 306expanded 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' #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 /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/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 overrideIn 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockExpectedCallTest.cpp264::299: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning167: :81:'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withPointerParameter(const SimpleString& , void*) _override { return *this; } typedef long long cpputest_longlong; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :306: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/CppUTestConfig.h : ^265 :18: 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/MockExpectedCallTest.cpp:29: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:168:92:typedef unsigned long long cpputest_ulonglong; 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 ^ /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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: /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 ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpptypedef unsigned long long cpputest_ulonglong;: 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:264: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:264: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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:275: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:275: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:278:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeStrictGroupFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:286: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:286: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: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 ^ /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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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); \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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] 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: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/CommandLineArgumentsTest.cpp:325:1: warning: 'override' keyword is 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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:345:1: warning: '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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:349: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:353: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:353: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:356:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setExcludeStrictNameFilterSameParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/CommandLineArgumentsTest.cpp:360: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:364: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:364: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:367:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setTestToRunUsingVerboseOutput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: 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:377: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:377: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:378: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: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: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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:385: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:391: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:391: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:392: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:392: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:395:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:399: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:400:5: warning: 'nullptr' 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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:403:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setEclipseOutput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:403:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:407: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:408:5: warning: 'nullptr' 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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:411:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setNormalOutputDifferentParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:415: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:416:5: warning: 'nullptr' 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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:419:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setJUnitOutputDifferentParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:427:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:431: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: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:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:435:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setOutputToGarbage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/CommandLineArgumentsTest.cpp:439: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:442:1: 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: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CommandLineArgumentsTest.cpp:446: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:447:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isListingTestGroupNames()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:450:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setPrintGroupsAndNames) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:450:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:454: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:455:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->isListingTestGroupAndCaseNames()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:458:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, weirdParamatersReturnsFalse) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:458:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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] TEST(CommandLineArguments, printUsage) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/CommandLineArgumentsTest.cpp:477: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:478:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(args->needHelp()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:482:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, pluginKnowsOption) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:482:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:487: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:492:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CommandLineArgumentsTest.cpp:496: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:497: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:499:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:499:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == args->getGroupFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:500:11: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:500:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(NULLPTR == args->getNameFilters()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:501:5: warning: 'nullptr' 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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:502:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(SimpleString("") == args->getPackageName()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:505:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, setPackageName) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineArgumentsTest.cpp:510:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(SimpleString("package"), 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' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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' CHECK_EQUAL_LOCATION(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:513:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(CommandLineArguments, lotsOfGroupsAndTests) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/CommandLineArgumentsTest.cpp:517: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:522:5: warning: 'nullptr' 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: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:522: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:523:5: warning: 'nullptr' 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' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:523: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:526:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:530: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:531:5: warning: 'nullptr' 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' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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: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: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 ^ /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 :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 ^ 539 warnings generated. 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; ^ In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1:: 306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h19::22 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_override'264 :9: #define _override overridewarning : ^ '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/ExpectedFunctionsListTest.cpp:typedef long long cpputest_longlong;32 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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::26560::1842:: warningwarning: : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]'override' keyword is incompatible with C++98 [-Wc++98-compat] typedef unsigned long long cpputest_ulonglong; 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 ^ /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: /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/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: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/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: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: '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/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/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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: 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: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/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: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/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' #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: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/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: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/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] 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/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 ^ 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: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/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 ^ 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; ^ 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: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 ^ 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: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/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 ^ 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: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/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: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/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: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/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 ^ 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; ^ 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 ^ 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 ^ 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: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/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] 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: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] 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: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' #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: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/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: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/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] 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/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: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] 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: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/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: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/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 ^ 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: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/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: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: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/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: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/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: '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: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 ^ 259 warnings generated. 305 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: 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/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] 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/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: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/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: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/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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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.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/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: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: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/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] 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/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: '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/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/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: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/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: note: expanded from macro '_destructor_override' #define _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: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/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:306:19: note: expanded from macro '_override' #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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/TestFailureTest.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/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] 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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.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/TestFailureTest.cpp:52:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, CreateFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:59:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, GetTestFileAndLineFromFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:62:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(failFileName, f1.getTestFileName().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/TestFailureTest.cpp:66:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, EqualsFailureWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:73:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, EqualsFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:79:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, EqualsFailureWithNullAsActual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:81:69: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:85:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/TestFailureTest.cpp:87:57: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] EqualsFailure f(test, failFileName, failLineNumber, NULLPTR, "actual", ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:91:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, CheckEqualFailureWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:91:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:101:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, CheckEqualFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/TestFailureTest.cpp:110:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, CheckFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:116:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, CheckFailureWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:123:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, FailFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/TestFailureTest.cpp:129:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, LongsEqualFailureWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:136:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(TestFailure, LongsEqualFailure) :^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/UtestMacros.h::6065::7024:: warningnote: : noexcept specifications are 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:19: void operator delete[](void* mem, const char* file, size_t line) 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:#define _override override125 : ^24 : note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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/TestFailureTest.cpp:136: void operator delete(void* mem) UT_NOTHROW;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]: 125:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h24::67 :note35: :expanded from macro 'UT_NOTHROW' note: expanded from macro 'TEST' #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' 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: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/TestFailureTest.cpp:142:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, LongLongsEqualFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:154:1: warning: '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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 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 ^ /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/MockFailureTest.cpp166:1: warning:: 28'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: TEST(TestFailure, SignedBytesEqualFailure)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :^80 :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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h virtual ~TestTerminatorWithoutExceptions() _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: #define _override overridenote : ^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/TestFailureTest.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/TestFailureTest.cpp:172:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualFailureWithText) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:182:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:182:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: 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/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 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 190 ^: 21/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' 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/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 ^ /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/MockFailureTest.cpp191::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:233:25:TEST(TestFailure, StringsEqualFailureAtTheEnd) warning^: 'override' keyword is incompatible with 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' Utest* createTest() _override { return new ExecFunctionTest(this); } 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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:191#define _destructor_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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.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#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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp : ^200 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(TestFailure, StringsEqualFailureNewVariantAtTheEnd)/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/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:: 255note:: 34expanded 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: virtual void setRunIgnored() _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/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]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :200:1: 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/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' 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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:209:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualFailureWithNewLinesAndTabs) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.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: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;67 : ^35 : note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:221:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualFailureInTheMiddle) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:221:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:230:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualFailureAtTheBeginning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:230:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override;: 239 ^: 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(TestFailure, StringsEqualFailureWithNullAsActual) ^ #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/TestFailureTest.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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:241#define _override override: 69 ^: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] StringEqualFailure f(test, failFileName, failLineNumber, "abc", NULLPTR, ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro '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: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/TestFailureTest.cpp:246:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualFailureWithNullAsExpected) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp19::29 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.h: :expanded from macro '_override'57 :28:#define _override override 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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:253: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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFailureTest.cpp:263:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualNoCaseFailure) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:263:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:272:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualNoCaseFailureWithActualAsNull) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:272:1: 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/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::67306::3519:: notenote: : 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:19: note: expanded from macro '_override' #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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:274:75: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] StringEqualNoCaseFailure f(test, failFileName, failLineNumber, "ABC", NULLPTR, ""); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:279:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, StringsEqualNoCaseFailureWithExpectedAsNull) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 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 ^ /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/MockFailureTest.cpp281::3068: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning43: :'nullptr' is incompatible with C++98 [-Wc++98-compat]69 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] StringEqualNoCaseFailure 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' virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); }#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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 286note:: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' TEST(TestFailure, StringsEqualNoCaseFailure2)#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/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::30630:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 47note:: 102expanded from macro '_override': warning: #define _override override'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/TestFailureTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp286::301: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning48: :'override' keyword is incompatible with C++98 [-Wc++98-compat]94 : /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 Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ 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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::306306::19: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/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/tests/CppUTest/TestFailureTest.cpp:295/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::155:: 91warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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 virtual MockExpectedCall& withPointerParameter(const SimpleString& name, void* value) _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: 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp: :expanded from macro '_override'295 :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/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::30630:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 57note:: 103expanded from macro '_override': warning: #define _override override'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/tests/CppUTest/TestFailureTest.cpp :303/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' TEST(TestFailure, DoublesEqualNormal) ^ #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/MockFailureTest.cpp306::3019: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :note65: :expanded from macro '_override'58 : warning#define _override override: '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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp30:: 303/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::166:: 57warning:: '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& andReturnValue(int 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::65310:: 1warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualWithText) ^ 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.h::24306:: 19note:: expanded from macro 'TEST'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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:#define _override override310 : ^1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/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/MockFailureTest.cpp:30: /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; } \75 : ^65 : /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 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 ^ /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 ^ 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 ^ /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppTEST(TestFailure, BinaryEqualTwoBytes): 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/UtestMacros.h161::65100::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:306: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.h:306:19: note: expanded from macro '_override' #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] /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _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: 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/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 ^ /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:30TEST(TestFailure, BinaryEqualThreeBytes): /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h^: 170:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h108::65 :warning24: :'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:19: note: expanded from macro '_override' virtual MockExpectedCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _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/MockFailureTest.cpp:30: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:171:106:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp :warning344: :'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 MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _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.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/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 ^ /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/MockFailureTest.cpp355::301: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning180: :'override' keyword is incompatible with C++98 [-Wc++98-compat]56 : 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' virtual MockExpectedCall& andReturnValue(long int) _override { return *this; } 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/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/tests/CppUTest/TestFailureTest.cpp :355/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/MockFailureTest.cpp:: 30note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hexpanded from macro '_override': 182:65:#define _override override 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:366: virtual MockExpectedCall& onObject(void*) _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:TEST(TestFailure, BinaryEqualLast) 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: note: #define _override overrideexpanded from macro 'TEST' ^ void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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:377:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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 ^ /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/CppUTest/TestFailureTest.cpp:384:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BinaryEqualExpectedNull) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:384:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppnote:: 32expanded 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.h#define NULLPTR nullptr: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:: 391warning:: 1'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual MockActualCall& withBoolParameter(const SimpleString& name, 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: 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 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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _override;: ^ 391:/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: 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 ^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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp#define _override override: 405 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, BitsEqualChar) ^ /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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppnote:: 32expanded 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 void testBody() _override; }; \: 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::1950:: 94note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:In file included from 405/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::132:: 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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6751::3589:: 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; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual MockActualCall& withPointerParameter(const SimpleString& name, void* value) _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/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 /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] TEST(TestFailure, BitsEqual16Bit) ^ /home/conan/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/MockFailureTest.cpp: void testBody() _override; }; \32 : ^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': 57:121#define _override override: ^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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:412:1: In file included from 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]32 : 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::6731:: 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 :59:35: 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 virtual bool hasReturnValue() _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 ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp:418:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override;TEST(TestFailure, BitsEqual32Bit) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::6519::24 note:: 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' In file included from #define _override override/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp#define _override override: 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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppexpanded from macro 'TEST': 32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: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::72306::7419:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded 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' #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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp86::424 :warning1: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailure, FeatureUnsupported) ^ 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/UtestMacros.h ^: 65:24/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' void testBody() _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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureTest.cpp::19424:: 1note:: 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:32: 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:: 84expanded from macro '_override': 46: #define _override overridewarning : ^'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]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] 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: void operator delete(void* mem, const char* file, size_t line) 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/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:173In file included from :100::1 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: :'override' keyword is incompatible with C++98 [-Wc++98-compat]60 :70: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _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 ^: 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 :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/MockFailureTest.cpp::6132:: 37In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :warning31: : 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/CppUTestExt/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:174: void operator delete(void* mem) UT_NOTHROW;101 : ^ 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' #define UT_NOTHROW noexcept ^ 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: In 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:62:39#define _override override: ^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:In file included from 125/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::2432:: 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 'UT_NOTHROW'31 : 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 UT_NOTHROW noexcept/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 :1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:64:51: warning virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _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/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:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::1176: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h124::65 :warning53: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete[] (void* mem, size_t size) UT_NOTHROW; ^ 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 ^: 125:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h24::306 :note19: :expanded from macro 'UT_NOTHROW' note: expanded from macro '_override' #define UT_NOTHROW noexcept ^#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/MockHierarchyTest.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp: :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 39/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/Utest.h31:: 72In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h42::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]199 :96: 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: virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong 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 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/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:73In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp37::32 : 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 ~NormalTestTerminator() _destructor_override;: 201 ^: 51:/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: expanded from macro '_destructor_override' virtual unsigned int returnUnsignedIntValue() _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 /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:202: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/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: 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/Utest.h : ^79 :42/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 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp#define _override override: 32 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_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/MockHierarchyTest.cpp204::2881: :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:80:48: 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 virtual ~TestTerminatorWithoutExceptions() _destructor_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'322 :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/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: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/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: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/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: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/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: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/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: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/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: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:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h28:: 32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/CppUTestExt/MockCheckedActualCall.h::190219::2161:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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 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.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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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:32: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.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:214#define _override override: 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/CppUTestExt/MockFailureTest.cpp: virtual ~ExecFunctionWithoutParameters() _destructor_override;32 : ^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:: 322In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h30::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro '_destructor_override'238 :57: 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/MockHierarchyTest.cpp virtual MockActualCall& withCallOrder(unsigned int) _override { return *this; }: 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::39306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h19::216 :note25: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp: :expanded from macro '_override'32 : 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: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/MockHierarchyTest.cpp:In file included from 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp: :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 39/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/Utest.h31:: 233In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h25::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]240 :72: 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 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.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/MockHierarchyTest.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/include/CppUTest/TestHarness.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::3932: : /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/CppUTestExt/MockFailureReporterForTest.h234::3138: :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:241:89: 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' 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:#define _destructor_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/MockFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp::3228: : 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/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/CppUTestExt/MockSupport.h::22832:: 42/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: warning: :'nullptr' is incompatible with C++98 [-Wc++98-compat]242 :81: warning: 'override' keyword 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: virtual MockActualCall& withLongIntParameter(const SimpleString&, long int) _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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.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: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/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 ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 243:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h98::314 :warning17: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 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:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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:In file included from 116/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:: 32warning: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:: 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: /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] 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' 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#define NULLPTR nullptr: 306 ^: 19: note: expanded from macro '_override' #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 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/CppUTestExt/MockSupport.h::2832: : 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::24639:: 78/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 251warning:: 34'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~IgnoredUtestShell() _destructor_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:/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/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 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/CppUTestExt/MockSupport.h::2832: : 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::24739:: 83/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h:: 254warning:: 34'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool willRun() const _override; 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:/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/MockHierarchyTest.cpp:28In file included from : /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/include/CppUTest/TestHarness.h32:: 39In 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/Utest.h::31255: :In file included from 34/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]: 248:79: 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' virtual MockActualCall& withPointerParameter(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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:#define _override override28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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 virtual SimpleString getMacroName() const _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::249306::9019:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ virtual MockActualCall& withConstPointerParameter(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/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.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: 258:69: #define _override overridewarning : ^'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/tests/CppUTestExt/MockFailureTest.cpp :32/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:250:#define _override override92 : ^ 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] 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 virtual bool hasReturnValue() _override { return false; }/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::45306::519:: warningnote: : defaulted function definitions are incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppnote:: 32expanded 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/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: ^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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cppwarning:: 28'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:93:59: virtual void * returnPointerValue() _override { return 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:306:19: note: expanded from macro '_override' virtual void postTestAction(UtestShell&, TestResult&) _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/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: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 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/CppUTestExt/MockFailureTest.cpp::2832: : 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/MockFailureReporterForTest.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/CppUTestExt/MockSupport.h111::3276: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning289: :'override' keyword is incompatible with C++98 [-Wc++98-compat]52 : 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 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/MockHierarchyTest.cpp:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:2832: : 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/MockFailureReporterForTest.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/CppUTestExt/MockSupport.h112::3277: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning290: :'override' keyword is incompatible with C++98 [-Wc++98-compat]79 : 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 const void * returnConstPointerValueOrDefault(const void * 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 : ^expanded from macro '_override' #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] In file included from virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; }/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/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::30645:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:: 46note:: 40expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ virtual ~MemoryLeakWarningPlugin() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp30::32 : 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 '_destructor_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 _destructor_override override/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp virtual MockActualCall& onObject(const void* ) _override { return *this; }: 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::45306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h19::48 :note70: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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/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' #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: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: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/tests/CppUTestExt/MockFailureTest.cpp::2832:: 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:289: virtual ~MockFailure() _destructor_override {}71 : ^ 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' virtual const void * returnConstPointerValue() _override { return 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/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.h:314:17: note: expanded from macro '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: /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/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: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] 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: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 ^ 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: 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:95:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, noErrorFailureSomethingGoneWrong) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 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/CppUTestExt/MockFailureTest.cpp:98:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Test failed with MockFailure without an error! Something went seriously wrong.", failure.getMessage().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/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: /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/include/CppUTestExt/MockSupport.h101::321: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning42: :'override' keyword is incompatible with C++98 [-Wc++98-compat]85 : 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: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 : ^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/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:306:19: note: 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:101: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.h::2967: :In file included from 35/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 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/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; ^ #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: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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppnote:: 104expanded from macro '_override': 5: warning: #define _override override'nullptr' is incompatible with C++98 [-Wc++98-compat] ^ STRCMP_EQUAL("Mock Failure: Unexpected call to function: foobar\n" ^ /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/MockHierarchyTest.cpp:: 29note: : In file included from expanded from macro 'STRCMP_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)89 : ^ 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: note: expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 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: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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::32111: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h1::53 :warning101: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*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 void testBody() _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/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] 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp :note111: :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/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.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 :note55: :expanded from macro '_override'120 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ 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/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: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] 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/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: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/tests/CppUTestExt/MockFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::12063::536:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValue() _override; ^ 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/CppUTestConfig.h :306:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::162 :note43: :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:314:17: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 'NULLPTR': 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 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: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/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: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/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 ^ 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: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/MockHierarchyTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp::29128: :In file included from 1/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:75:106: warning: TEST(MockFailureTest, MockUnexpectedNthAdditionalCallFailure)'override' keyword is incompatible with 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 cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:128: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/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 virtual Utest* 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 ^: 78:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h96::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #define _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' #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 ^ 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: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/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: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/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: 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/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: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/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: 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: 142 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(MockFailureTest, MockUnexpectedInputParameterFailure)/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/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:: 32note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hexpanded from macro 'TEST': 90:87: 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 const void * returnConstPointerValueOrDefault(const void * 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/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:92: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/CppUTestExt/MockFailureTest.cpp :142:1: 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/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; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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/CppUTestExt/MockFailureTest.cpp:153:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Mock Failure: Unexpected 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/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 ^ 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: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/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] 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: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/tests/CppUTestExt/MockFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::163306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override ^ TEST(MockFailureTest, MockUnexpectedOutputParameterFailure) ^ /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:31 void testBody() _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::16419::83 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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:19: note: expanded from macro '_override' #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:165:100: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:163warning:: 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 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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /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/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: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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:176:5: virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _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' STRCMP_EQUAL("Mock Failure: Unexpected output parameter name to function \"foo\": bar\n"#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/MockHierarchyTest.cpp:29: 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/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::31432:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 172note:: 89expanded from macro 'NULLPTR': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ 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: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/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/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/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: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/CppUTestExt/MockFailureTest.cpp : ^186 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(MockFailureTest, MockUnexpectedUnmodifiedOutputParameterFailure)/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/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:: 32note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hexpanded from macro 'TEST': 178:125: 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' #define _override override ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp180::18635::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 virtual bool hasReturnValue() _override;: 67 ^: 35:/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' #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/MockHierarchyTest.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: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/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: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/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: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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp86::198 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; ^ 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/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__) ^ 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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h#define NULLPTR nullptr: 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/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: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 ^ 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: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/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:199: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/CppUTestExt/MockFailureTest.cpp:208: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:TEST(MockFailureTest, MockUnexpectedParameterValueFailure)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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp306::2919: :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 : ^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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp32:: 208/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::1202:: warning: '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 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 : ^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: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: 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/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: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/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] 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:213: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/MockFailureTest.cpp:219:5: 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: expanded from macro '_override' #define _override override 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' 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: STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)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:: 314/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::17214:: 87note:: expanded from macro 'NULLPTR'warning : '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:19: note: expanded from macro '_override' #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/CppUTestExt/MockFailureTest.cpp:229:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockFailureTest, MockExpectedParameterDidntHappenFailure) ^ /home/conan/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: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/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::19237:: 59note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:: 229warning:: 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 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' 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/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:19: note: expanded from macro '_override' #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: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/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: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/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] 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/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/CppUTestExt/MockFailureTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::240245::5103:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("Mock Failure: Expected parameter for function \"foo\" did not happen.\n" ^ 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/UtestMacros.h : ^162 :43/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockHierarchyTest.cpp:29#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.h :31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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] 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/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: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/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: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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _override { return *this; }: 249 ^: 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(MockFailureTest, MockNoWayToCompareCustomTypeFailure)#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/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:252:#define _override override104 : ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp: :In file included from 249/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:: 253'override' keyword is incompatible with C++98 [-Wc++98-compat]: 77: /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 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 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 ^ 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/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/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] 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/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: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/tests/CppUTestExt/MockFailureTest.cpp :252/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::5306:: 19warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' #define _override override ^ In file included from STRCMP_EQUAL("MockFailure: No way to compare type . Please install a MockNamedValueComparator.", failure.getMessage().asCharString());/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/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: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hexpanded from macro 'STRCMP_EQUAL': 262:34: 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 int returnIntValue() _override { return 0; }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' ^ #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 ^ 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: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/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: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/tests/CppUTestExt/MockFailureTest.cpp :255/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' #define _override override TEST(MockFailureTest, MockUnexpectedObjectFailure) ^ ^ /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/CppUTestExt/MockHierarchyTest.cppexpanded from macro '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 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.h19::269 :note66: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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/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]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 virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 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 :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' In file included from /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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:265In 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: STRCMP_EQUAL(StringFromFormat (/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^281 :61:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning162: :'override' keyword is incompatible with C++98 [-Wc++98-compat]43 : note: expanded from macro 'STRCMP_EQUAL' virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ STRCMP_EQUAL_LOCATION(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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cpp:275: virtual const void * returnConstPointerValueOrDefault(const void * value) _override { return value; }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(MockFailureTest, MockExpectedObjectDidntHappenFailure) ^#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/MockHierarchyTest.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::3219: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :note292: :expanded from macro '_override'52 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override 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:306:19: note: expanded from macro '_override' #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:293:76: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureTest.cppwarning:: 275'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 void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; }: 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'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 #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: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/MockFailureTest.cpp:285:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL(StringFromFormat( ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro '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/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: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/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: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/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] 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/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: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: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/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] 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/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] 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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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:306:19: note: expanded from macro '_override' #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: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/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: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/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/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/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: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/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' #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: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/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: 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/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: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/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: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/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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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] 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/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: '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/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: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' #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: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/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: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/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' #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: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/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/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/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: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/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/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/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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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' #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: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/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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: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/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 ^ 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 ^ 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 ^ /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 ^ 291 warnings generated. 157 warnings generated. 279 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/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 /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: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/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: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/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: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/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: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/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: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/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/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/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: 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/TestFailureNaNTest.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/TestFailureNaNTest.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/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/CppUTest/TestFailureNaNTest.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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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] 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/TestFailureNaNTest.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/TestFailureNaNTest.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/TestFailureNaNTest.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/TestFailureNaNTest.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/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] 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/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: '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/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: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/TestFailureNaNTest.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/TestFailureNaNTest.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/TestFailureNaNTest.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/TestFailureNaNTest.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/TestFailureNaNTest.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/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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:89:1: warning: '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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.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/TestFailureNaNTest.cpp: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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFailureNaNTest.cpp:111:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFailureNanAndInf, DoublesEqualThresholdIsInf) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 72 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/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 ^ 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/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 ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockNamedValueTest.cpp:124:1: warning: void operator delete[] (void* mem, size_t size) 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: TEST(MockNamedValue, DoublesEqualIfWithinTolerance)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:65: #define UT_NOTHROW noexcept24 : ^ note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ 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: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/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/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: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/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: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/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 ^ 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: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: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/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: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/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] 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: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/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/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: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/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: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/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' #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: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/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: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/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: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:30: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: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/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: 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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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:19: note: expanded from macro '_override' #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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: /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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: '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/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: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/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 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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 ^ 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: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/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: 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/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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: /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/MockParameterTest.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/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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] TEST(MockParameterTest, expectOneUnsignedIntegerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/CppUTestExt/MockParameterTest.cpp:68:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, expectOneUnsignedLongLongIntegerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/MockParameterTest.cpp:70:14: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] unsigned long long value = 0xFFFFAAAAFFFFAAAA; ^ 69 warnings generated. /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] TEST(MockParameterTest, expectOneLongLongIntegerParameterAndValue) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/CppUTestExt/MockParameterTest.cpp:79:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] long long value = 0x7FFFAAAAFFFFAAAA; ^ /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/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/MockParameterTest.cpp:100:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, mismatchedIntegerTypesIntAndUnsignedAreAllowed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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:In file included from warning:: 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/MemoryLeakDetectorNewMacros.h:22: /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::67264::359:: notewarning: : 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:typedef long long cpputest_longlong; 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: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: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 ^ 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:547 #define UT_NOTHROW noexcept: 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.hIn file included from :65::124: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :note65: :expanded from macro 'TEST'53 : 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, size_t size) 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 ^ /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 ^ 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 ^ /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 ^ 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _override override: 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 ^ 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: /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]: 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' 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: 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 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/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/tests/CppUTestExt/MockParameterTest.cpp :610/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' TEST(MockParameterTest, newCallStartsWhileNotAllParametersWerePassed)#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/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/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:: 257note:: 47expanded from macro '_override': warning: #define _override override'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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp28:: 610In 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]258 :69/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 runOneTest(TestPlugin* plugin, 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/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/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; ^ /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 ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:: 645note:: 5expanded from macro '_override': warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 ^ 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 ^ /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 ^ 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]/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 MemoryLeakWarningPlugin(const SimpleString& name, MemoryLeakDetector* localDetector = NULLPTR);: expanded from macro '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; } \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/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/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::664125::126:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, noActualCallForUnmodifiedOutputParameter) virtual void flush() _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::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 ^ /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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.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/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/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::678306::119:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override overrideTEST(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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.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/include/CppUTest/CommandLineTestRunner.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 184note:: 60expanded from macro '_override': warning: #define _override override'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 ^ /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]In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h29: :In file included from 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CommandLineTestRunner.h::3532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hnote:: 186expanded from macro 'TEST': 66: 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 void printCurrentTestStarted(const UtestShell& test) _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/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 ^ /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]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 TEST(MockParameterTest, outputParameterMissing)/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h196::6532::24 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' virtual void print(size_t) _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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _override override: 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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp: :expanded from macro 'TEST'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: 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 void printFailure(const TestFailure& failure) _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/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 ^ /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 ^ 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: /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]: 724:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] virtual void printCurrentTestStarted(const UtestShell& test) _override; ^ CHECK_EQUAL(retval1, param1);/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 :note127: :expanded from macro '_override'42 : note: #define _override overrideexpanded 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/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp::31433:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h:: 46note:: 63expanded from macro 'NULLPTR' #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 ^/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] 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/CommandLineTestRunnerTest.cpp:33:: 127/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h::3: note47: :expanded from macro 'CHECK_EQUAL'67 : 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 virtual void printCurrentGroupStarted(const UtestShell& test) _override;: 66 ^: 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_LOCATION'306 :19: 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' In file included from #define NULLPTR nullptr/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 ^ /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp: CHECK_EQUAL(retval2, param2);33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h :51:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h37::127 :warning42: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'CHECK_EQUAL' 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 CHECK_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 :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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::306725:19:: 5note:: 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/JUnitTestOutput.h :53/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::32142:: 66warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'CHECK_EQUAL_LOCATION' 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: UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, 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/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 ^ /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) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3565: :In file included from 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 31note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockFailure.hexpanded from macro 'TEST': 57:28: 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 virtual ~MockFailure() _destructor_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'322 :30: note#define _override 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/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 ^ 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/CommandLineTestRunnerTest.cpp::74135:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning32: : '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/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: CHECK_EQUAL(retval1, param1);33 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h :72:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h68::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 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 : ^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 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::31741: :In file included from 5/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'nullptr' is incompatible with C++98 [-Wc++98-compat]: 73:60/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' virtual SimpleString valueToString(const void* object) _override { return valueToString_(object); } ^ CHECK_EQUAL_LOCATION(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/UtestMacros.h:: 142note:: 66expanded 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 ^ /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: In file included from expanded from macro 'CHECK_EQUAL'/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 CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__):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/CppUTest/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h314::8617::51 :note : warningexpanded from macro 'NULLPTR': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ 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/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 ^ 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; ^ /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 ^ 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 ^ /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp: CHECK_EQUAL(3, param2);35 : ^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:: 127/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::4238:: 38note:: 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/CppUTestConfig.h:314:17: note virtual ~MockCheckedActualCall() _destructor_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 : ^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: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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: 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/CppUTestExt/MockSupport.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h32:: 142/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6640:: 64note:: expanded from macro 'CHECK_EQUAL_LOCATION'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 MockActualCall& withName(const SimpleString& name) _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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:: 767note:: 1expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp void testBody() _override; }; \: 35 ^: 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::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 48note:: 114expanded from macro '_override': warning: #define _override override'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 ^ /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/CppUTest/CommandLineTestRunnerTest.cpp767::351: :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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h49::6789::35 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' virtual Utest* createTest() _override { return 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& 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: #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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::32777: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h5::54 :warning122: :'nullptr' is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword 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' virtual MockActualCall& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _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/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 ^ /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] 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/CommandLineTestRunnerTest.cpp::12735:: 3In 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 'CHECK_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :55:120: warning CHECK_EQUAL_LOCATION(expected, actual, 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/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ ^ 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 ^: 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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:778: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/CommandLineTestRunnerTest.cpp :35: In file included from CHECK_EQUAL(2, param);/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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::57127::12142:: 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/CppUTestConfig.h:314:17: note: expanded from macro 'NULLPTR' virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _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/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:127In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp3::35 : 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 'CHECK_EQUAL': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)59 : ^35 :/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' virtual bool hasReturnValue() _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 ^: 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/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: /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]: 782:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _override; TEST(MockParameterTest, twoOutputParameterOfSameNameInDifferentFunctionCallsOfSameFunctionSucceeds) ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::6519::24 :note : noteexpanded from macro '_override': 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' In file included from #define _override override/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 ^ /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:67In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp35::35 : 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 'TEST': 32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:72:74: 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 :19: note: expanded 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' #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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp51::794 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(2, retval1); ^ virtual unsigned int returnUnsignedIntValue() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h : ^127 :42/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': note: expanded from macro '_override' CHECK_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/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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cppwarning:: 794'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:3: note: expanded from macro 'CHECK_EQUAL' 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 CHECK_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/UtestMacros.h:: 142note:: 66expanded 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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp35:: 795In 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]84 :46: CHECK_EQUAL(2, param1); warning ^: 'override' keyword is incompatible with 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 const char * returnStringValue() _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.h::19314: note: :expanded from macro '_override'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/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp::79535:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.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/CppUTestExt/MockCheckedActualCall.h :86/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::40127:: 3warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'CHECK_EQUAL' virtual double returnDoubleValue() _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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::142306::6619:: notenote: : expanded from macro 'CHECK_EQUAL_LOCATION'expanded from macro '_override' #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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp89::79652::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: '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 virtual const void * returnConstPointerValue() _override;: 127 ^: 42: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 306expanded from macro 'CHECK_EQUAL': 19: note: expanded from macro '_override' CHECK_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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp87::796 :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/include/CppUTest/UtestMacros.h:127:3: note: expanded from macro 'CHECK_EQUAL' virtual const void * returnConstPointerValueOrDefault(const void * default_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::306142:19:: 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp#define NULLPTR nullptr: 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp56::797 :warning5: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL(3, param2); virtual void * returnPointerValueOrDefault(void *) _override; ^ ^ /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/include/CppUTest/CppUTestConfig.h::42306:: 19note:: expanded from macro 'CHECK_EQUAL'note : 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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp#define NULLPTR nullptr: 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp::306797::195:: notewarning: : expanded from macro '_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:127#define _override override: 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:In file included from 66/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:: 35note: : In file included from expanded from macro 'CHECK_EQUAL_LOCATION'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \: ^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: note: expanded from macro 'NULLPTR' #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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp virtual ~MockActualCallTrace() _destructor_override;: 801 ^: 1: /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]: 30: note: expanded from macro '_destructor_override' TEST(MockParameterTest, twoOutputParametersOfSameNameInDifferentFunctionsSucceeds) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _destructor_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: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/CommandLineTestRunnerTest.cpp :35: #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: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 ^/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp67::3535: :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:162:57: 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& withCallOrder(unsigned int) _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/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] /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); 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/UtestMacros.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h127::30642::19 :note : noteexpanded 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' #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: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/MockParameterTest.cpp:811:5: warning: 'nullptr' 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/UtestMacros.h : ^127 :3:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'CHECK_EQUAL'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:#define _override override142 : ^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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp: :expanded from macro 'NULLPTR'35 : 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 : ^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/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp::81235:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.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/CppUTestExt/MockCheckedActualCall.h :170: CHECK_EQUAL(2, param);89 : ^ 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]: 127:42: note: expanded from macro 'CHECK_EQUAL' CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ 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 : ^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 ^ /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] 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/CommandLineTestRunnerTest.cpp::12735:3: :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_EQUAL': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:171:94: 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/UtestMacros.h:142:66: note: expanded from macro 'CHECK_EQUAL_LOCATION' virtual MockActualCall& withStringParameter(const SimpleString& name, const char* value) _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.h::314306::1719:: 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/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 ^ /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35: TEST(MockParameterTest, outputAndInputParameter)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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::65177::2489:: notewarning: : 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: note: expanded from macro '_override' virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp125::816 :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 Utest* createTest() _override { return new TEST_##testGroup##_##testName##_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: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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _override override: 828 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockParameterTest, outputParameterTraced) ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::3565: :In file included from 24/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 'TEST': 192:43: 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 :306:19: note: expanded from macro '_override' virtual long int returnLongIntValue() _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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:: 828warning:: 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 long int returnLongIntValueOrDefault(long int default_value) _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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override;: 835 ^: 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' STRCMP_CONTAINS("Function name:someFunc someParameter:", mock().getTraceOutput()); ^#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' 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 STRCMP_CONTAINS_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::314201::1751:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ 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 /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:35TEST(MockParameterTest, outputParameterThatIsIgnoredShouldNotFail): In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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::20724::40 :note : warningexpanded from macro 'TEST': 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _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: #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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp virtual double returnDoubleValueOrDefault(double default_value) _override;: 840 ^: 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp::1935:: 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 override210 : ^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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp#define _override override: 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'In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:#define _override override35 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:866:1: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:32TEST(MockParameterTest, properOutputParametersAreCopied): /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h^: 245:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h103::65 :warning24: :'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:19: note: expanded from macro '_override' virtual MockActualCall& 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 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp246::86678::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' virtual MockActualCall& withDoubleParameter(const SimpleString&, double) _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.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/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/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"); ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h35:: 130In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h3::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_EQUAL_TEXT'252 :104: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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); \ 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 :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/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/tests/CppUTestExt/MockParameterTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::87932:: 5/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 254warning:: 104'nullptr' is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword 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' virtual MockActualCall& withOutputParameterOfType(const SimpleString&, const SimpleString&, void*) _override { return *this; } ^ 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/CppUTestConfig.h :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::14219:: note66: :expanded from macro '_override' 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:17: note: expanded from macro '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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:884: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/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.hTEST(MockParameterTest, ignoreOtherCallsIgnoresWithAllKindsOfParameters): 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.h263::6552::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:306:19: virtual int returnIntValueOrDefault(int 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#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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:884:1: virtual unsigned long int returnUnsignedLongIntValue() _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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67note:: 35expanded 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: 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/CommandLineTestRunnerTest.cpp :35: #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: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] /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] virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; } .withParameter("ick", 1ll) ^ ^ /home/conan/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/MockParameterTest.cpp:894:34#define _override override: ^warning : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] .withParameter("grr", 1ull) ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:897:48: 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: .withParameter("yoo", (const void*) 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: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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp275::89888::47 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: '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' virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } #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/MockParameterTest.cpp :899:57: 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/CommandLineTestRunnerTest.cpp:35: In file included from .withParameter("mem", (const unsigned char*) NULLPTR, 0)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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::314277::1751:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ virtual unsigned int returnUnsignedIntValue() _override { return 0; } ^ /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.h900::30661::19 :warning : note'nullptr' is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' .withParameterOfType("hoo", "int", (const void*) 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:32: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h901::27848::78 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'override' keyword 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' virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; }#define NULLPTR 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/tests/CppUTestExt/MockParameterTest.cppnote:: 902expanded from macro '_override': 61: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ .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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cppexpanded from macro 'NULLPTR': 35: 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 : ^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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:907:1In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp :warning35: : '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(MockParameterTest, expectMultipleCallsWithParameters)287 :^62 : /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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306 virtual void * returnPointerValueOrDefault(void * 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:#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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockParameterTest.cpp:907:1: virtual const void * returnConstPointerValue() _override { return 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/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/CppUTest/CommandLineTestRunnerTest.cpp#define _override override: 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 ^ /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:In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/CommandLineTestRunnerTest.cpp:: 35warning: : 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/CppUTest/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h67::28635::60 note: expanded from macro 'TEST' : 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 virtual void * returnPointerValue() _override { return 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 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/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 ^ /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: /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/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: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/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: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/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: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/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/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: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/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: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/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: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/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/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: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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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/MockPluginTest.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/tests/CppUTestExt/MockPluginTest.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/tests/CppUTestExt/MockPluginTest.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/tests/CppUTestExt/MockPluginTest.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/tests/CppUTestExt/MockPluginTest.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/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: 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/MockPluginTest.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/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:19: note: expanded from macro '_override' #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: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/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] 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/MockPluginTest.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/tests/CppUTestExt/MockPluginTest.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/tests/CppUTestExt/MockPluginTest.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/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] 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/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: note: expanded from macro '_override' #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: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/MockPluginTest.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/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: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/MockPluginTest.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/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] 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/MockPluginTest.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/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/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: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/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 /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/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 /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/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 /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.cpp:29: 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/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 /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/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: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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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/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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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] 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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: '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/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: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/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: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/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] 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/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; } ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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 ^ 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: 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/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: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/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: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/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: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/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& 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/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: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: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/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: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/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: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/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: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/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: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/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] 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/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: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/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: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/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: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/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: '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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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 ^ 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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/MockPluginTest.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/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' #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: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/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 ^ In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockPluginTest.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/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/CppUTestExt/MockPluginTest.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/CppUTestExt/MockPluginTest.cpp:70: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/CppUTestExt/MockPluginTest.cpp:75:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockPlugin, checkExpectationsWorksAlsoWithHierachicalObjects) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/CppUTestExt/MockPluginTest.cpp:105:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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; } \ ^ 362/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h warning:s306 generated:. 19: note: 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/CppUTestExt/MockPluginTest.cpp:129:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockPlugin, installCopierRecordsTheCopierButNotInstallsItYet) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/MockPluginTest.cpp:135:86: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] mock().expectOneCall("foo").withOutputParameterOfTypeReturning("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: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/CppUTestExt/MockPluginTest.cpp:144:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockPlugin, preTestActionWillEnableMultipleComparatorsToTheGlobalMockSupportSpace) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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 ^ 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; ^ 299 warnings generated. 462 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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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: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/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/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: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/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: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/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: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/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/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: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/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] 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/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: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:35:1: warning: '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.cpp:35:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:56: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: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 ^ /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] 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:70:1: warning: 'override' keyword is 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:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/TestFilterTest.cpp:75: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:76: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:77: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: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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestFilterTest.cpp:85:5: warning: 'nullptr' 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: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:86: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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:89:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, equalityWithStrictness) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFilterTest.cpp:94:5: warning: 'nullptr' 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: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:97:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, equalityWithInvertion) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/CppUTest/TestFilterTest.cpp:102:5: warning: 'nullptr' 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: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:105:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, notEqual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFilterTest.cpp:110: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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:111:5: warning: 'nullptr' 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: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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/CppUTest/TestFilterTest.cpp:117:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TestFilter: \"filter\"", 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: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/CppUTest/TestFilterTest.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/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/CppUTest/TestFilterTest.cpp:134:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, stringFromWithStrictInvertMatching) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestFilterTest.cpp:139:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:142:1: warning: '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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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] TestFilter *listOfFilters = NULLPTR; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:150:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:152:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("TestFilter: \"foo\"", 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' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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/CppUTest/TestFilterTest.cpp:156:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestFilter, constructors) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:156:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:161:32: 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/CppUTestConfig.h:314:17: note: 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/CppUTest/TestFilterTest.cpp:162:5: 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/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:163:32: 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/CppUTest/TestFilterTest.cpp:163:5: 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/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:164:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(filter2.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/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 ^ 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/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] 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/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.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/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; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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] 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/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: expanded from macro '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: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/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 ^ 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; ^ 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 ^ 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:19: note: expanded from macro '_override' #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: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: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' #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: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/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 ^ 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/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: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/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: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/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: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/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 ^ 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: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/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/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/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: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/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: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/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] 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/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: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/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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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 ^ 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:197:38: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from virtual void printDouble(double) _override;/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::39306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h19::72 :note42: :expanded from macro '_override' warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from virtual void exitCurrentTest() const _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/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::198 :note59: :expanded from macro '_override' 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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp39:: 30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h: :In file included from 73/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h::3732:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hwarning:: 199'override' keyword is incompatible with C++98 [-Wc++98-compat]: 52: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::322306::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: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 ^ 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 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: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] 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 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/MockSupportTest.cpp::3328: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h35::3932: :/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 ~OrderedTestShell() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322 virtual void teardown() _override;: 30 ^: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro '_destructor_override'306 :19: #define _destructor_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/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: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/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: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 ^ /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 overrideIn 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: 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 ^ /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] /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/MockSupportTest.cpp:35:: 28note: : In file included from expanded from macro 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 38 ^: /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 ~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/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: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/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: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/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: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/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: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/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: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/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: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/MockSupport_cTest.cpp:64:1: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.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:TEST(MockSupport_c, hasReturnValue)39 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h :257/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::4765:: 24warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'TEST' virtual SimpleString getMacroName() const _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/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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::64306::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 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/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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:68:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock_c()->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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp150::7180::5 :note : warningexpanded from macro 'DEFAULT_COPY_CONSTRUCTOR': 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock_c()->actualCall("foo2")->hasReturnValue() != 0); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: 102 ^: 55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:72:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(mock_c()->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' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/MockSupport_cTest.cpp:91:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, expectNoCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/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/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: expanded from macro '_override' #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: 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#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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _override;: 91 ^: 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#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:19: note: expanded from macro '_override' #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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :note99: :expanded from macro '_override'1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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' In file included from #define _override override/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: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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:137:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, boolParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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:148:39: 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]: 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 virtual ~StringBufferTestOutput() _destructor_override;: 35: ^note : 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: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \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/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] 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: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/CppUTestExt/MockSupport_cTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp143::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.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:181:36TEST(MockSupport_c, unsignedIntParameter): ^warning : 'override' keyword is incompatible with 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 ~CompositeTestOutput() _destructor_override; ^ void testBody() _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/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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::143306::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 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: 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/MockSupportTest.cpp :29: #define _override overrideIn 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual void verbose(VerbosityLevel level) _override; ^ :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h149::3061::19 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.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/include/CppUTest/TestTestingFixture.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 192note:: 26expanded from macro '_override': warning: #define _override 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:19: note: 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/MockSupportTest.cpp149::291: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.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/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h::67193::3543:: 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 void printBuffer(const char*) _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/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/tests/CppUTestExt/MockSupport_cTest.cpp :155/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' TEST(MockSupport_c, unsignedLongIntParameter) ^ #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: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: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:155: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/MockSupportTest.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 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestTestingFixture.h::3532:: /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] 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:161:1: warning: '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.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ 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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:175In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp1::30 : 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:31: TEST(MockSupport_c, unsignedLongLongIntParameter)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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h::6572::2468:: notewarning: : 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: note: expanded from macro '_override' #define _override 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: note: expanded from macro '_override' #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/tests/CppUTestExt/MockSupport_cTest.cpp: :In file included from 175/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::132:: 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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.h::6733:: 35/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.h:: 73note:: 60expanded 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' #define _override 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:306:19: note: expanded from macro '_override' #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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:183:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, memoryBufferParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppdefaulted function definitions are incompatible with C++98 [-Wc++98-compat]: 183:1: 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/UtestMacros.h :67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::35150:: 80note:: expanded from macro 'TEST'note : expanded from macro 'DEFAULT_COPY_CONSTRUCTOR' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306: #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;19 : ^ note: 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) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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:202:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, unmodifiedOutputParameter) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::19211:: 1note:: expanded from macro '_override' warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(MockSupport_c, outputParameters_differentType) ^ /home/conan/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/MockSupportTest.cpp: void testBody() _override; }; \30 : ^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::41 :note57: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override 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:306:19: note: 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:211In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp1::30 : 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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::6742::3585:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' virtual Utest* createTest() _override { return 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& withBoolParameter(const SimpleString& name, bool 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::306222::191:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override overrideTEST(MockSupport_c, outputParametersOfType) ^^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/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/MockSupportTest.cpp:30#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: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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:222:#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/MockSupportTest.cpp virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ : ^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/MockSupport.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 50note:: 94expanded from macro '_override': warning: #define _override override'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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppnote:: 235expanded from macro '_override': 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _override override ^ TEST(MockSupport_c, 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; }; \ ^ 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::30630:: 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 :57:#define _override override121 : ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:235:1:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.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/include/CppUTestExt/MockSupport.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h32:: 67/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::3559:: 35note:: 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 hasReturnValue() _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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp#define _override override: 242 ^: 1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnBoolValue) ^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/include/CppUTest/UtestMacros.h30:: 65In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h24::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro 'TEST'68 :60: 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:306:19: note: expanded from macro '_override' virtual unsigned long int returnUnsignedLongIntValue() _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: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] /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 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 : ^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' In file included from #define _override override/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp306::24619::5 :note : warningexpanded from macro '_override': 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 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/MockSupport.h::31432:: 17/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 78note:: 96expanded from macro 'NULLPTR': warning: #define NULLPTR nullptr'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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:: 246note:: 5expanded 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__) ^ /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/MockSupportTest.cpp142::3066: :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_EQUAL_LOCATION': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:80:51: warning UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, 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: expanded from macro 'NULLPTR' virtual unsigned int returnUnsignedIntValue() _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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:In file included from 247/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp::530:: 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:83:81: CHECK_EQUAL(expected_value, mock_c()->boolReturnValue()); warning ^: 'override' keyword is incompatible with 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 const char * returnStringValueOrDefault(const char * default_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/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/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:247::530:: 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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::12784::346:: notewarning: : expanded from macro 'CHECK_EQUAL''override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ virtual const char * returnStringValue() _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 :note306: :expanded from macro 'CHECK_EQUAL_LOCATION'19 : 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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _override;: 251 ^: 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, whenReturnValueIsGivenReturnBoolValueOrDefaultShouldIgnoreTheDefault)#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:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp19: :note30: : 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 ^: 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: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:19: note: expanded from macro '_override' #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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:26030:: 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 :161:64: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnBoolValueOrDefaultShouldlUseTheDefaultValue) ^ /home/conan/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 ^: 306:/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' #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/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 ^/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] /home/conan/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:30: 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.h306::16319::85 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::32268: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h1::169 :warning114: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, returnIntValue) ^ /home/conan/w/cci_PR-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& 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:/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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:268:1: warning: 'override' keyword is incompatible with C++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 MockActualCall& withDoubleParameter(const SimpleString& name, double value) _override;35 : ^ 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; } \ ^ /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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withOutputParameter(const SimpleString& name, void* output) _override; ^ TEST(MockSupport_c, whenReturnValueIsGivenReturnIntValueOrDefaultShouldIgnoreTheDefault)/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 ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::306277::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/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306: :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': 180:35#define _override override: ^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] /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 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:TEST(MockSupport_c, whenNoReturnValueIsGivenReturnIntValueOrDefaultShouldlUseTheDefaultValue)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 ^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 /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] /home/conan/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:30: 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.h306::19319::74 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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' #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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:294:1:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.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/include/CppUTestExt/MockSupport.h:32: TEST(MockSupport_c, returnUnsignedIntValue)/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/UtestMacros.h81::65 :warning24: :'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:19: virtual const char * returnStringValueOrDefault(const char * default_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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:294:1: warning virtual const char * returnStringValue() _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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::67306::3519:: notenote: : 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: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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual MockActualCall& onObject(const void* objectPtr) _override;: 303 ^: 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, whenReturnValueIsGivenReturnUnsignedIntValueOrDefaultShouldIgnoreTheDefault) #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/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:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :warning312: :'override' keyword is incompatible with C++98 [-Wc++98-compat]1 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupport_c, whenNoReturnValueIsGivenReturnUnsignedIntValueOrDefaultShouldlUseTheDefaultValue) ^ 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/UtestMacros.h : ^65 :24/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' void testBody() _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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :expanded from macro '_override'312 :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/MockSupportTest.cpp:30: 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/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::306245::19103:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:320:In file included from 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:: 30warning: : 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:252:104:TEST(MockSupport_c, returnLongIntValue) warning^: 'override' keyword is incompatible with 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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }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: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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp77::320 :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 MockActualCall& withOutputParameter(const SimpleString&, void*) _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 : ^306 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h19:306:19:: 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/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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::32932:: 1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 265warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 60: 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' virtual unsigned long int returnUnsignedLongIntValue() _override { return 0; } ^ 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :expanded from macro '_override'329 :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/MockSupportTest.cpp virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 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/MockSupport.h::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 268note:: 43expanded from macro '_override': warning: #define _override override'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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::30338: :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]: 278:78: 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' virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int 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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp306::33819::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:67#define _override override: 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/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::30306: :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': 281:61#define _override override: ^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/tests/CppUTestExt/MockSupport_cTest.cpp : ^346 :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: TEST(MockSupport_c, returnUnsignedLongIntValue)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:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.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/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 ^: 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/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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30 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 :/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::19293:: 76note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 ^ /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' In file included from #define _override override/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 ^/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; } \ ^ 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::30630:: 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 :289:#define _override override71 : ^ 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 ^ /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/MockSupport_cTest.cpp:364:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::42374::661:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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 virtual MockExpectedCall& withName(const SimpleString& name) _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: 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: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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:374 virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); }: 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 ^ 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 ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp306::37619::5 :note : warningexpanded from macro '_override': 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] #define _override override long long int expected_value = -10L; ^ ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:: 378warning:: 5'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] LONGLONGS_EQUAL(expected_value, mock_c()->actualCall("boo")->longLongIntReturnValue()); ^ 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 : ^226 :3:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'LONGLONGS_EQUAL'19 : note: expanded from macro '_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#define _override override: 238 ^: 62: note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp33:: 378/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::548:: 94warning:: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]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]: 226:3: note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ 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/UtestMacros.h : ^238 :83:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'LONGLONGS_EQUAL_LOCATION'19 : note: 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: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' 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 LONGLONGS_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 : ^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::31449::17111:: notewarning: : expanded from macro 'NULLPTR''override' keyword is incompatible with C++98 [-Wc++98-compat] #define NULLPTR nullptr ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp :note379: :expanded from macro '_override'5 : warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] #define _override override ^ 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__) ^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/include/CppUTest/UtestMacros.h::238:62:30 : 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 'LONGLONGS_EQUAL_LOCATION': 33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107: warning: do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(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/tests/CppUTestExt/MockSupport_cTest.cpp:379:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] 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/UtestMacros.h : ^226 :3:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'LONGLONGS_EQUAL'19 : note: expanded from macro '_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#define _override override: 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:379In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp5::30 : 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]: 33/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.h226::5146::116 :note : warningexpanded from macro 'LONGLONGS_EQUAL': 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 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.cpp:380:5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] In file included from 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/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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::22633:: 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 52note:: 91expanded from macro 'LONGLONGS_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' 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: do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (long long)actual, text, file, line); } while(0)19 : ^ note: 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 : ^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__)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/CppUTest/UtestMacros.h: :In file included from 238/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::8333:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 53expanded from macro 'LONGLONGS_EQUAL_LOCATION': 109: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _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/UtestMacros.h::306226::1946:: notenote: : expanded from macro '_override'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/CppUTestConfig.h:314:17: note: expanded from macro '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: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 ^ /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]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.hTEST(MockSupport_c, whenReturnValueIsGivenReturnLongLongIntValueOrDefaultShouldIgnoreTheDefault): 57^: 103:/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; }; \ ^ /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& name, void (*value)()) _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: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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:: 383warning:: 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& withMemoryBufferParameter(const SimpleString& name, const unsigned char* value, size_t size) _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/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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppnote:: 385expanded from macro '_override': 5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]#define _override override ^ long long int defaultValue = -10L; ^ 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/CppUTestExt/MockSupport_cTest.cpp::30386: :In file included from 5/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'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 62:87: long long int expectedValue = defaultValue - 1L;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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp#define _override override: 388 ^: 5: 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/MockSupportTest.cpp:30 LONGLONGS_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnLongLongIntValueOrDefault(defaultValue));: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h226::633::55 :note : warningexpanded from macro 'LONGLONGS_EQUAL': 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 virtual MockExpectedCall& ignoreOtherParameters() _override;: 238 ^: 62:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :note306: :expanded from macro 'LONGLONGS_EQUAL_LOCATION'19 : note: expanded from macro '_override' #define _override override do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (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/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::30388: :In file included from 5/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'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h58::226 :warning3: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) virtual MockExpectedCall& andReturnValue(bool value) _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :238/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::83306::19 :note: expanded from macro 'LONGLONGS_EQUAL_LOCATION' note: 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]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/include/CppUTest/UtestMacros.h::30226: :In file included from 46/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 'LONGLONGS_EQUAL': 66:57: warning LONGLONGS_EQUAL_LOCATION(expected, actual, 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: expanded from macro 'NULLPTR' virtual MockExpectedCall& andReturnValue(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/CppUTestExt/MockSupport_cTest.cpp:389:5: 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/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 LONGLONGS_EQUAL(expectedValue, mock_c()->returnLongLongIntValueOrDefault(defaultValue));: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 67:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h66::226 :warning3: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) virtual MockExpectedCall& andReturnValue(unsigned int value) _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :238/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::62306:: 19note:: expanded from macro 'LONGLONGS_EQUAL_LOCATION'note : expanded from macro '_override' #define _override override ^ do { UtestShell::getCurrent()->assertLongLongsEqual((long long)expected, (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/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::30389: :In file included from 5/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'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 68:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h62::226 :warning3: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'LONGLONGS_EQUAL' LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) virtual MockExpectedCall& andReturnValue(long int value) _override; ^ ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :238/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::83306:: 19note:: expanded from macro 'LONGLONGS_EQUAL_LOCATION'note : 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:389: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/MockSupportTest.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h30:: 226In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h46::33 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :expanded from macro 'LONGLONGS_EQUAL'69 :71: warning: LONGLONGS_EQUAL_LOCATION(expected, actual, 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: 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 ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :expanded from macro '_override'392 :1: warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ TEST(MockSupport_c, whenNoReturnValueIsGivenReturnLongLongIntValueOrDefaultShouldlUseTheDefaultValue) ^ 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/MockSupportTest.cpp::6530:: 24In 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 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :73:65 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 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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::39274::159:: 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 MockExpectedCall& andReturnValue(void* 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 : ^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/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 ^ /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 ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:400 virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _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: note: TEST(MockSupport_c, returnUnsignedLongLongIntValue)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:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.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/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 ^: 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 ^ /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] 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/MockSupportTest.cpp::6730:: 35In file included from :/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': 158:74: 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& withIntParameter(const SimpleString&, 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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; }: 402 ^: 14:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning306: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]19 : note: expanded from macro '_override' unsigned long long int expected_value = 10; ^#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/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]404 :5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } 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/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::23219::3 :note : noteexpanded from macro '_override': expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' #define _override override ^ 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 /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: do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0)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] /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' 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 UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__): 19 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 241expanded from macro '_override': 109: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION'#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/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::30404: :In file included from 5/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'nullptr' is incompatible with C++98 [-Wc++98-compat]: 164:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h80::232 :warning55: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ 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 : ^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/CppUTestExt/MockSupportTest.cpp:30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :In file included from 405/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:: 165'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 88: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' virtual MockExpectedCall& withDoubleParameter(const SimpleString&, double, double) _override { return *this; } ^ 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 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h306::24119::79 :note : noteexpanded from macro '_override': expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' #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/CppUTestExt/MockSupportTest.cpp:30/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:405:: 5In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h :warning33: : '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/MockCheckedExpectedCall.h :166/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::85232:: 3warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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 virtual MockExpectedCall& withStringParameter(const SimpleString&, const char*) _override { return *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' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ #define _override override /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' 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 UNSIGNED_LONGLONGS_EQUAL_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::167314::8117: note: expanded from macro 'NULLPTR' :#define NULLPTR nullptr 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :expanded from macro '_override'406 :5: warning: #define _override override'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:In file included from 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:: 30note: : In file included from expanded from macro 'UNSIGNED_LONGLONGS_EQUAL'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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: UNSIGNED_LONGLONGS_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)92 : ^ 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]241 :79: note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION' virtual MockExpectedCall& withConstPointerParameter(const SimpleString& , const void*) _override { return *this; } 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/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:406:5#define _override override: ^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__)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/CppUTest/UtestMacros.h: :In file included from 241/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::10933:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hnote:: 169expanded from macro 'UNSIGNED_LONGLONGS_EQUAL_LOCATION': 93: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& , void(*)()) _override { return *this; }: 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 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h19::232 :note55: :expanded from macro '_override' note: expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' #define _override override ^ 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 ^ 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cppwarning:: 409'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString&, const SimpleString&, const void*) _override { return *this; }65 : ^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: 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: #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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::19409:: 1note:: 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 override67 : ^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:30 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 :/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::19175:: 55note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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:306:19: note: expanded from macro '_override' #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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::19411:: 14note:: expanded from macro '_override'warning : 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] #define _override override 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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cppwarning:: 30'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/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h unsigned long long int expectedValue = defaultValue + 1L;: 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:414:5#define _override override: ^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/MockSupportTest.cpp:30 UNSIGNED_LONGLONGS_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnUnsignedLongLongIntValueOrDefault(defaultValue));: In file included from ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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/UtestMacros.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h232::1813::65 :note : warningexpanded from macro 'UNSIGNED_LONGLONGS_EQUAL': 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual MockExpectedCall& andReturnValue(unsigned long int) _override { return *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' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:414:5: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]30 : 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::23233:: 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 182note:: 65expanded from macro 'UNSIGNED_LONGLONGS_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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' 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' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ #define _override override ^ /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' 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 UNSIGNED_LONGLONGS_EQUAL_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::183314::6617:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp#define _override override: 415 ^: 5: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] In file included from UNSIGNED_LONGLONGS_EQUAL(expectedValue, mock_c()->returnUnsignedLongLongIntValueOrDefault(defaultValue));/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/CppUTest/UtestMacros.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::23233:: 3/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:: 184note:: 54expanded from macro 'UNSIGNED_LONGLONGS_EQUAL': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual MockExpectedCall& andReturnValue(double) _override { return *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' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^#define _override override ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:415:5:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cppwarning:: 30'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: In file included from 104/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 warning::s33232 generated: :. /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h3::185 :note59: :expanded from macro 'UNSIGNED_LONGLONGS_EQUAL' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: virtual MockExpectedCall& andReturnValue(const char*) _override { return *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' do { UtestShell::getCurrent()->assertUnsignedLongLongsEqual((unsigned long long)expected, (unsigned long long)actual, text, file, line); } while(0) ^ #define _override override/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' 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 UNSIGNED_LONGLONGS_EQUAL_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::186314::5317:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: virtual MockExpectedCall& onObject(void*) _override { return *this; }418 : ^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 overrideTEST(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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:30 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/CppUTestExt/MockSupport.h ^: 40/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::104241:: 79warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]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) ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp: :expanded from macro 'NULLPTR'422 :5: warning: #define NULLPTR nullptr'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 ^ 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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp19::49 :note1: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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/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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp:441:5: void testBody() _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' 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#define _override override: 162 ^: 43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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/tests/CppUTestExt/MockSupportTest.cpp :56:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h1::162 :warning43: :'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 'STRCMP_EQUAL': 67:35: note: expanded from macro '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: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/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/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/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/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/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/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/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'/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] DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) CHECK(!mock().hasData("data")); ^ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::314102::1755:: notenote: : expanded 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/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/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/tests/CppUTestExt/MockSupportTest.cpp:77: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 :^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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_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 : 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 ^ /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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::65466::245:: notewarning: : expanded from macro 'TEST''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' DOUBLES_EQUAL(expectedValue, mock_c()->actualCall("foo")->returnDoubleValueOrDefault(defaultValue), 0.005);#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: 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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp#define _override override: 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/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/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/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/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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:101:5 DOUBLES_EQUAL(defaultValue, mock_c()->returnDoubleValueOrDefault(defaultValue), 0.005);: ^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:281:55: STRCMP_EQUAL("string", mock().getData("data").getStringValue());note : ^expanded from macro 'DOUBLES_EQUAL' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' DOUBLES_EQUAL_LOCATION(expected, actual, threshold, NULLPTR, __FILE__, __LINE__) ^ STRCMP_EQUAL_LOCATION(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 ^ ^ /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/MockSupport_cTest.cpp:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp478::1041::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:TEST(MockSupport_c, returnPointerValue)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:65:24: 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: 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' #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/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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:110: POINTERS_EQUAL((void*) 10, mock_c()->actualCall("boo")->pointerReturnValue());1 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:262:51: TEST(MockSupportTest, setDataPointer)note : ^expanded from macro 'POINTERS_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; }; \ 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/CppUTestExt/MockSupportTest.cpp:110: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]482 :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' POINTERS_EQUAL((void*) 10, mock_c()->pointerReturnValue()); virtual Utest* createTest() _override { return 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/UtestMacros.h::306262::1951:: notenote: : expanded from macro '_override'expanded from macro 'POINTERS_EQUAL' #define _override 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:314:17: note: 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: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/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/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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp306::11719::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: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/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/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/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/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/tests/CppUTestExt/MockSupportTest.cpp :124: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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h67::6535::24 :note : noteexpanded 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: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/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/MockSupportTest.cpp:128:5: warning/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]500 :5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] FUNCTIONPOINTERS_EQUAL(ptr, mock().getData("data").getFunctionPointerValue()); 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::262271::5159:: notenote: : expanded from macro 'POINTERS_EQUAL'expanded from macro 'FUNCTIONPOINTERS_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 FUNCTIONPOINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__): ^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:#define NULLPTR nullptr17 : ^ note: 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/tests/CppUTestExt/MockSupportTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::13167::135:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'TEST' TEST(MockSupportTest, setDataObject) virtual Utest* createTest() _override { return 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/UtestMacros.h306::6519::24 :note : noteexpanded from macro '_override': 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/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/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 ^ /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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::511262::151:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'POINTERS_EQUAL' TEST(MockSupport_c, whenReturnValueIsGivenReturnConstPointerValueOrDefaultShouldIgnoreTheDefault) ^ 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/UtestMacros.h : ^65 :24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 314note:: 17expanded from macro 'TEST': note: expanded from macro 'NULLPTR' void testBody() _override; }; \ ^ /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 ^ /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/MockSupportTest.cpp::511136::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:35: note: expanded from macro 'TEST' STRCMP_EQUAL("type", mock().getData("data").getType().asCharString()); ^ virtual Utest* createTest() _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::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/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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp#define _override override: 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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupport_cTest.cpp::262524::515:: notewarning: : expanded from macro 'POINTERS_EQUAL''nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL_LOCATION((expected), (actual), NULLPTR, __FILE__, __LINE__) 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/CppUTestConfig.h:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h314::26217::51 :note : noteexpanded from macro 'NULLPTR': expanded from macro 'POINTERS_EQUAL' #define NULLPTR nullptr 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp:144:5: warning POINTERS_EQUAL(defaultValue, mock_c()->returnConstPointerValueOrDefault(defaultValue));: '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:262:51: note: expanded from macro 'POINTERS_EQUAL' STRCMP_EQUAL("type", mock().getData("data").getType().asCharString()); ^ 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/UtestMacros.h ^: 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::43314:: 17note:: expanded from macro 'STRCMP_EQUAL'note : expanded from macro 'NULLPTR' #define NULLPTR 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:17: note: 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/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/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/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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::536189::146:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro 'STRCMP_CONTAINS' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' 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 virtual Utest* createTest() _override { return new TEST_##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 ^ ^ /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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp::543159::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockSupportTest, tracingWorksHierarchically)TEST(MockSupport_c, whenNoReturnValueIsGivenReturnFunctionPointerValueOrDefaultShouldlUseTheDefaultValue) ^^ /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 : ^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 ^ /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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cppnote:: 159expanded 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/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/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/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/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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp::1191:: 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67note:: 35expanded 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: 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' #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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp::1209:: 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' TEST(MockSupportTestWithFixture, CHECK_NO_MOCK_FAILURE_LOCATION_failed) virtual Utest* createTest() _override { return 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/UtestMacros.h::30665::1924:: notenote: : expanded from macro '_override'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/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 ^ /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 ^ 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/CppUTestExt/MockSupport_cTest.cpp230:: 573/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/OrderedTest.h::535:: 32warning:: 'nullptr' is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword 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 virtual ~OrderedTestShell() _destructor_override;: 281 ^: 55: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 322expanded from macro 'DOUBLES_EQUAL': 30: note: expanded from macro '_destructor_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:314:17#define _destructor_override override: ^note : 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: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/tests/CppUTestExt/MockSupport_cTest.cppTEST(MockSupportTestWithFixture, shouldCrashOnFailure): 576^: 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: noteTEST(MockSupport_c, MockSupportSetStringData): 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: 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: void testBody() _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 ^ /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/tests/CppUTestExt/MockSupport_cTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::57667::135:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]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/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/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/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/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/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/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/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/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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp::594259::11:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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:24TEST(MockSupportTestWithFixture, failedMockShouldFailAgainWhenRepeated) ^ : note: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hexpanded from macro 'TEST': 65:24: 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' 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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockSupportTest.cpp#define _override override: 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 ^ /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] In file included from TEST(MockSupport_c, WorksInCFile) :^1 : 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/MemoryLeakDetectorNewMacros.h::6522:: 24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 264note:: 9expanded from macro 'TEST': warning: void testBody() _override; }; \ '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/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override ^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: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 ^ 341 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/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 :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/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 ^ 308 warnings generated. /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:In file included from 306:19::1: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h: 22note: : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hexpanded from macro '_override': 264:9: #define _override overridewarning : ^ '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/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/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: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/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: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/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: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/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: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/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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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:306:19: note: expanded from macro '_override' #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: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 ^ 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: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/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/include/CppUTest/CppUTestConfig.h:314:17: note: expanded from macro '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: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' #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: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/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: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/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] 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/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 ^ 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/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/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: '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/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] 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/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: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/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: expanded from macro '_override' #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: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/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 ^ 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: 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/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:306:19: note: expanded from macro '_override' #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: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/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: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/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 ^ 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:29: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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] 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: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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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] 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/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: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/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: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/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: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] virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override; ^ /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 :note59: :expanded from macro '_override'68 : warning: 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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp: :expanded from macro 'UT_NOTHROW'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 UT_NOTHROW noexcept: 31 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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:106In file included from : :warning1: : 'override' keyword is 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 :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; ^ 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 : ^125 :24/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 306note:: 19expanded from macro 'UT_NOTHROW': note: #define UT_NOTHROW noexceptexpanded 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:61:37: warning: noexcept specifications are incompatible with C++98 [-Wc++98-compat] void operator delete(void* mem) UT_NOTHROW;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.h125::3124: :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 'UT_NOTHROW': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:77: #define UT_NOTHROW noexcept56 : ^ warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from :1: virtual cpputest_longlong returnLongLongIntValue() _override;/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/include/CppUTest/CppUTestConfig.h :warning306: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]19 : note: void operator delete[](void* mem) 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:125:#define _override override24 : ^ note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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:In file included from 51/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:: 29warning: : 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/tests/CppUTestExt/MockFailureReporterForTest.h :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 operator delete (void* mem, size_t size) UT_NOTHROW;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.h78::12596::24 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ In file included from : virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong default_value) _override;1 : ^/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h :65:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h53::306:19 :warning : notenoexcept specifications are incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' void operator delete[] (void* mem, size_t size) 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 /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: note: expanded from macro '_override' #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: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/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] 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: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/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] In file included from virtual void * returnPointerValueOrDefault(void *) _override;/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::72306::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: expanded from macro '_override' #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:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.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/CppUTestExt/MockCheckedActualCall.h::3995: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h52::73 :warning37: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~NormalTestTerminator() _destructor_override; ^ virtual void (*returnFunctionPointerValue())() _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: #define _destructor_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/MockStrictOrderTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h28:: 31In 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/CppUTestExt/MockSupport.h39:: 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/MockCheckedActualCall.h79::9642::71 : warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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 virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _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/tests/CppUTestExt/MockReturnValueTest.cpp:#define _override override28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp virtual ~TestTerminatorWithoutExceptions() _destructor_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::32231:: 30In 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 '_destructor_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :98:61#define _destructor_override override: ^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:146:58: 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/MockReturnValueTest.cpp: : name_(name), type_(type), ptr_(ptr), next_(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: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.h314::19017::21 :note : warningexpanded from macro 'NULLPTR': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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 ^ 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;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.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: :32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hexpanded from macro '_override': 159:36#define _override override: ^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 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/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.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/CppUTestExt/MockSupport.h::21432:: 46/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 ~ExecFunctionWithoutParameters() _destructor_override; ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:322:30: virtual MockActualCall& withName(const SimpleString& name) _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#define _destructor_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/tests/CppUTestExt/MockReturnValueTest.cpp:#define _override override28 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp306::2919: :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:#define _override override32 : ^/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:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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]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: Utest* createTest() _override { return new ExecFunctionTest(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::32306: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h19::163 :note85: :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/MockReturnValueTest.cpp: virtual MockActualCall& withBoolParameter(const SimpleString& name, bool value) _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/CppUTestConfig.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h306::19: 234note:: 38expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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.h:322:30: note: expanded from macro '_destructor_override' #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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp32:: 28/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :In file included from 164/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h::8339:: /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]: 42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = 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 :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/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ExecFunctionTestShell(void(*set)() = NULLPTR, void(*tear)() = NULLPTR) :: 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 :165:#define NULLPTR nullptr100 : ^ 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp306::2819: :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:229:116: #define _override overridewarning : ^'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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppexpanded from macro 'NULLPTR': 29: #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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 override: 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:322In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp30::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 '_destructor_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 _destructor_override override: /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; ^ 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/MockReturnValueTest.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 :254:34: warning#define _override override: '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/MockStrictOrderTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h28:: 31In 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/CppUTestExt/MockSupport.h39:: 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/MockCheckedActualCall.h255::16934::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 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 ^ 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/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 :257:47: warning#define _override override: '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 overrideIn 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:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.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/CppUTestExt/MockCheckedActualCall.h::39170: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/Utest.h89::258 :warning69: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 virtual MockActualCall& withDoubleParameter(const SimpleString& name, double 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 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: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/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] 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/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: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: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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppwarning:: 29defaulted function definitions 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/MockFailureReporterForTest.h:31: DEFAULT_COPY_CONSTRUCTOR(TestResult)In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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.h150::17480::101 :note : warningexpanded from macro 'DEFAULT_COPY_CONSTRUCTOR': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^ 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 ^ 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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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] 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 void postTestAction(UtestShell&, TestResult&) _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:: 192expanded from macro '_override': 43: #define _override overridewarning : ^ '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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::2831: : 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/MockSupport.h::4432: : /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/CppUTestExt/MockCheckedActualCall.h::111193::7674:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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 virtual long int returnLongIntValueOrDefault(long int default_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:#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/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] 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 virtual void runAllPostTestAction(UtestShell& test, TestResult& result) _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::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 195note:: 65expanded from macro '_override': warning: #define _override override'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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp306::2819: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hnote:: 45expanded from macro '_override': /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakWarningPlugin.h:46:40:#define _override override 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:30In 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 '_destructor_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 _destructor_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:198: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/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: virtual cpputest_longlong returnLongLongIntValue() _override;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/include/CppUTest/CppUTestConfig.h :306:19: note virtual void preTestAction(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: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/MockReturnValueTest.cpp:28In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h29:: 45In 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/MemoryLeakWarningPlugin.h::3149: :In file included from 71/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]: 199:96: warning: virtual void postTestAction(UtestShell& test, TestResult& result) _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 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:201: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/CppUTestExt/MockReturnValueTest.cpp:28: In file included from virtual unsigned int returnUnsignedIntValue() _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h : ^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 ^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: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/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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: 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 : ^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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp: virtual ~MockFailure() _destructor_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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::31322: :In file included from 30/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 '_destructor_override': 207:40:#define _destructor_override override 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] 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:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::29216: :In file included from 52/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: 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: virtual void (*returnFunctionPointerValue())() _override;72 : ^68 : 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 isEqual(const void* object1, const void* object2) _override { return equal_(object1, object2); } #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:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31In 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::32217: :In file included from 71/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.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/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 void (*returnFunctionPointerValueOrDefault(void (*)()))() _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 ^: 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: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: 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/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] 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: virtual MockActualCall& withName(const SimpleString&) _override { return *this;}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/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::1933:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockNamedValue.hnote:: 104expanded from macro '_override': 5: warning: defaulted function definitions are incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default;: 29 ^: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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: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: In file included from /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/MockStrictOrderTest.cpp31:: 29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h34:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockExpectedCallsList.h: :In file included from 90/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::5032:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 244'nullptr' is incompatible with C++98 [-Wc++98-compat]: 94: warning: 'override' keyword 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: virtual MockActualCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _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/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: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/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/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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp virtual ~MockCheckedActualCall() _destructor_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::32231:: 30In 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 '_destructor_override'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :250:92#define _destructor_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/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: 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/CppUTestExt/MockCheckedActualCall.h : ^40 :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' 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#define _override override: 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/MockStrictOrderTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp::2929: : 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/MockFailureReporterForTest.h::3131: : 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::25141::10657:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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 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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: 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: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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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: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/MockReturnValueTest.cpp252::29104: :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:43:83: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; } 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/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/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:In file included from 100/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;: 253 ^: 77/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 MockActualCall& withOutputParameter(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/tests/CppUTestExt/MockReturnValueTest.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:45#define _override override: 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: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#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: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: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& 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: virtual MockActualCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/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 47/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::10532:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 256'override' keyword is incompatible with C++98 [-Wc++98-compat]: 35: 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: virtual bool hasReturnValue() _override { return false; } 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/tests/CppUTestExt/MockReturnValueTest.cpp:#define _override override29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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] 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 virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong value) _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::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 257note:: 42expanded from macro '_override': 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/MockReturnValueTest.cpp:29: In file included from virtual MockNamedValue returnValue() _override { return MockNamedValue(""); }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h : ^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.h19::49 :note89: :expanded from macro '_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #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.h:306:19: note: expanded from macro '_override' #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 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/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h259::3155: :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:50:94: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual bool returnBoolValueOrDefault(bool value) _override { return value; } ^ 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/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/MockReturnValueTest.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/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h::3231: : /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.h51::3289: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning260: :'override' keyword is incompatible with C++98 [-Wc++98-compat]36 : 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: virtual bool returnBoolValue() _override { return false; }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/MockReturnValueTest.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/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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: 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/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 virtual MockActualCall& withConstPointerParameter(const SimpleString& name, const void* value) _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::262306::3419:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #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:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 /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 virtual MockActualCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;/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:263#define _override override: 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/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: virtual int returnIntValueOrDefault(int value) _override { return value; }31 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/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::5419::122 :note : warningexpanded from macro '_override': 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/MockFailureReporterForTest.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/MockReturnValueTest.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 265/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::6031:: 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 : /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 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 virtual MockActualCall& withParameterOfType(const SimpleString& type, const SimpleString& name, const void* value) _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/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 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/CppUTestExt/MockSupport.h:29: :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:: 56In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h89::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]266 :92: 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 ^ virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int 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/MockReturnValueTest.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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:57#define _override override: 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/tests/CppUTestExt/MockStrictOrderTest.cpp:29 virtual MockActualCall& withOutputParameterOfType(const SimpleString& type, const SimpleString& name, void* output) _override;: 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'268 :43:#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/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: virtual long int returnLongIntValue() _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/CppUTestExt/MockCheckedActualCall.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::59306::3519:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' virtual bool hasReturnValue() _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.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp29:: 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/tests/CppUTestExt/MockFailureReporterForTest.h31:: 31In 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.h32:: 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/CppUTestExt/MockCheckedActualCall.h269::6066::42 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: '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: virtual long int returnLongIntValueOrDefault(long int 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:#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/MockReturnValueTest.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: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/MockStrictOrderTest.cpp virtual bool returnBoolValueOrDefault(bool default_value) _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::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'271 :65:#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/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 virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; }: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h ^: 63:36/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 bool returnBoolValue() _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/MockReturnValueTest.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/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3132: : 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::6532:: 60/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 272warning:: 98'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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 ^ 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp306::2919: :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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:#define _override override66 : ^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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::29274: :In file included from 56/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:68:60: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValue() _override { return 0; } ^ 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/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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp69::2986: :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:275 virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int) _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 ^ In file included from 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/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/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': 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'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:In file included from 32/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h29:: 277In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h51::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:72:74: 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 virtual long int returnLongIntValueOrDefault(long int default_value) _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/MockReturnValueTest.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/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h::3231: : /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.h74::3265: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning278: :'override' keyword is incompatible with C++98 [-Wc++98-compat]78 : 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 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:In file included from 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 #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: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/MockStrictOrderTest.cpp:29: virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_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.h:: 280note:: 40expanded from macro '_override': warning: #define _override override'override' keyword is incompatible with C++98 [-Wc++98-compat] ^ In file included from virtual double returnDoubleValue() _override { return 0.0; }/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/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 :77:56: warning#define _override override: '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: 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: #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:32In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::29281: :In file included from 61/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:78:96: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual double returnDoubleValueOrDefault(double value) _override { return value; } ^ 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 :/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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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 80/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::5131:: 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 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:283: virtual unsigned int returnUnsignedIntValue() _override;46 : ^ 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 const char * returnStringValue() _override { return ""; } ^ 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/MockReturnValueTest.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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:81#define _override override: 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: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:284:73:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppwarning: :'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: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 * 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 const char * returnStringValueOrDefault(const char * default_value) _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/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 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/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h84::3146: :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:286:41 virtual const char * returnStringValue() _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 void * returnPointerValue() _override { return NULLPTR; } ^ /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/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.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:86:40#define _override override: ^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: 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: #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: 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/MockReturnValueTest.cpp::28729:: 62In 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:87:69: 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 virtual double returnDoubleValueOrDefault(double default_value) _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/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:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::3189: :In file included from 52/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 virtual const void * returnConstPointerValue() _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 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:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 /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 : ^90 :87: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValueOrDefault(const void * default_value) _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 :32: #define _override override/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^290 :79: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: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 const void * returnConstPointerValueOrDefault(const void * value) _override { return value; } ^ virtual void * returnPointerValue() _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/MockStrictOrderTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/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:: 292/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::5293:: 56warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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 virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; }: 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 overrideIn 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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp: virtual void (*returnFunctionPointerValue())() _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/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': 293:76#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/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: virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h : ^96 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::71306:: 19warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]note : expanded from macro '_override' virtual void (*returnFunctionPointerValueOrDefault(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: expanded from macro '_override' #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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3132: : 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::29532:: 52/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 98warning:: 61'override' keyword is incompatible with C++98 [-Wc++98-compat]: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockActualCall& onObject(const void* objectPtr) _override; ^ 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:/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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp164::2983: :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:286:60: virtual MockActualCall& withIntParameter(const SimpleString& name, int value) _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 ^ virtual void * returnPointerValue() _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/MockReturnValueTest.cpp314::2917: :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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:165#define NULLPTR nullptr: 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' In file included from #define _override 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: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/MockReturnValueTest.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 289/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::7131:: 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:166:92: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual const void * returnConstPointerValue() _override { return NULLPTR; } ^ 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 : ^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/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] 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 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/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::19292:: 71note:: 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/MockReturnValueTest.cpp virtual void (*returnFunctionPointerValue())() _override { return NULLPTR; }: 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.h31:: 314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h17::32 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h: :expanded from macro 'NULLPTR'168 :105: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define NULLPTR nullptr ^ 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: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#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:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:40:40: 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/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 virtual ~MockCheckedExpectedCall() _destructor_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.h192::32243::30 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_destructor_override' virtual long int returnLongIntValue() _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 /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: 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/MockSupport.h:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 193/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::7442:: 66warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValueOrDefault(long int default_value) _override; 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/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/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:31In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/CppUTestExt/MockFailureReporterForTest.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h::31195: :In file included from 65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:: 33warning: : 'override' keyword 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: virtual cpputest_ulonglong returnUnsignedLongLongIntValue() _override;43 : ^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' #define _override override ^ 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:306In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 /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 :196: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/MockStrictOrderTest.cpp:29: In file included from virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong default_value) _override;/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 :note44: :expanded from macro '_override'105 : 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/MockReturnValueTest.cpp:29: virtual MockExpectedCall& withCallOrder(unsigned int initialCallOrder, unsigned int finalCallOrder) _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 :note198: expanded from macro '_override' :56: warning#define _override override: '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'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 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:45:87:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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: virtual MockExpectedCall& withBoolParameter(const SimpleString& name, bool value) _override;96 : ^ 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 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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2933: : 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::4631:: 85In 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 :201:51: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _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.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/MockReturnValueTest.cpp:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/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.h33:: 202/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::8647:: 102warning:: 'override' keyword is incompatible with C++98 [-Wc++98-compat]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 virtual MockExpectedCall& withUnsignedIntParameter(const SimpleString& name, unsigned int value) _override;: ^ 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/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 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/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h204::3181: :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:48:94: 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: virtual MockExpectedCall& withLongIntParameter(const SimpleString& name, long int 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'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 #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:205: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/CppUTestExt/MockStrictOrderTest.cpp:29 virtual const char * returnStringValue() _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:: 49expanded from macro '_override': 111: 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/MockReturnValueTest.cpp virtual MockExpectedCall& withUnsignedLongIntParameter(const SimpleString& name, unsigned long int value) _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/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': 207:40: #define _override overridewarning : ^'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: noteIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppexpanded 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:#define _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:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:50:107In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 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: 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 :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/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp29:: 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/tests/CppUTestExt/MockFailureReporterForTest.h31:: 31In 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.h32:: 33/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.h210::5141::116 :warning : warning'override' keyword 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:19: note virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString& name, cpputest_ulonglong 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 overrideIn 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]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 void * returnPointerValueOrDefault(void *) _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/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::30652::1991:: notewarning: : expanded from macro '_override''override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override 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:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: #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: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/MockStrictOrderTest.cpp virtual const void * returnConstPointerValue() _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/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': 53:109:#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/MockReturnValueTest.cpp: virtual MockExpectedCall& withDoubleParameter(const SimpleString& name, double value, double tolerance) _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:/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'214 :87: warning#define _override override: '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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp:#define _override override29 : ^In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:54In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp96::29 : 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 virtual MockExpectedCall& withStringParameter(const SimpleString& name, const char* 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/CppUTestConfig.h:306:19: virtual void (*returnFunctionPointerValue())() _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.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp29:: 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/tests/CppUTestExt/MockFailureReporterForTest.h31:: 31In 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:: 32/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/MockCheckedActualCall.h55::21791::71 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual void (*returnFunctionPointerValueOrDefault(void (*)()))() _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:/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/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp29:: 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/tests/CppUTestExt/MockFailureReporterForTest.h31:: 31In 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.h32:: 33/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.h219::5661::102 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: '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: virtual MockExpectedCall& withConstPointerParameter(const SimpleString& name, const void* value) _override;306 :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: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: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] 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: 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/CppUTestExt/MockCheckedActualCall.h : ^237 :59/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 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' In file included from #define _override 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:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:59In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp126::29 : 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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 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: virtual MockActualCall& withCallOrder(unsigned int) _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/MockStrictOrderTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31In 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::3260: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h118::239 :warning74: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withOutputParameterReturning(const SimpleString& name, const void* value, size_t size) _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/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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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 240/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h::7231:: 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:61:141: 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' virtual MockExpectedCall& withOutputParameterOfTypeReturning(const SimpleString& typeName, 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'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 #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:241: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/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: 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/CppUTestExt/MockCheckedExpectedCall.h : ^62 :87/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& 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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/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:242: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/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: virtual MockActualCall& withLongIntParameter(const SimpleString&, long 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.h33:: 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::1963:: 55note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h:#define _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: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/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 MockActualCall& withUnsignedLongIntParameter(const SimpleString&, unsigned long int) _override { return *this; } 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/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/MockStrictOrderTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp::2929: : 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/MockFailureReporterForTest.h::3131: : 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::3332: : /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/MockCheckedActualCall.h::66244::5794:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& andReturnValue(int value) _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:/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 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/MockReturnValueTest.cpp::2929: : 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/MockFailureReporterForTest.h::3131: : 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::3332: : /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/MockCheckedActualCall.h::67245::66103:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'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: virtual MockActualCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _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/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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h33:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :In file included from 68/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::6232:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 246'override' keyword is incompatible with C++98 [-Wc++98-compat]: 78: 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: virtual MockActualCall& withDoubleParameter(const SimpleString&, 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:#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/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 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/MockReturnValueTest.cpp::3329: : /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.h69::3171: :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:247:83: 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' virtual MockActualCall& withStringParameter(const SimpleString&, const char*) _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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2933: : 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::7031:: 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 :248:79: 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 virtual MockActualCall& withPointerParameter(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 : note: expanded from macro '_override' #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:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 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:: 71In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h72::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]249 :90: 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: virtual MockActualCall& withConstPointerParameter(const SimpleString& , const 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/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:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 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:: 72In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h60::32 : warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:250:: 92'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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: virtual MockActualCall& withFunctionPointerParameter(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: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 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/MockReturnValueTest.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/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.h73::3265: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning251: :'override' keyword is incompatible with C++98 [-Wc++98-compat]106 : 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: virtual MockActualCall& withMemoryBufferParameter(const SimpleString&, const unsigned char*, size_t) _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 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:33: /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/MockReturnValueTest.cpp74::2959: :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:252 virtual MockExpectedCall& andReturnValue(void* value) _override;: 104 ^: 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& 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/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:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:75:65: In file included from warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h virtual MockExpectedCall& andReturnValue(const void* value) _override;: 253 ^: 77:/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& 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 overrideIn 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:33In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::2976: :In file included from 63/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:254:104: warning virtual MockExpectedCall& andReturnValue(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/CppUTestConfig.h:306:19: note: expanded from macro '_override' #define _override override 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:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31In 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:: 33: /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.h80::3257: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning256: :'override' keyword is incompatible with C++98 [-Wc++98-compat]35 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void* objectPtr) _override; ^ 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/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/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: 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/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: virtual unsigned long int returnUnsignedLongIntValueOrDefault(unsigned long int value) _override { return value; }154 : ^61 :/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& 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:In file included from 306/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 ^: 268:43: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual long int returnLongIntValue() _override { return 0; }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.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:155#define _override override: 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/MockReturnValueTest.cpp:29: In file included from virtual MockExpectedCall& withCallOrder(unsigned int) _override { return *this; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/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::30632:: 19/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:: 269note:: 66expanded from macro '_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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: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:33#define _override override: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h ^: 156:73: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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:32: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:271: virtual MockExpectedCall& withCallOrder(unsigned int, unsigned int) _override { return *this; }65 : ^ 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 cpputest_ulonglong returnUnsignedLongLongIntValue() _override { return 0; }#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 In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::2933: : 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::15731:: 76In 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 :272:98: 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: virtual cpputest_ulonglong returnUnsignedLongLongIntValueOrDefault(cpputest_ulonglong value) _override { return value; }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:29In 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/MockReturnValueTest.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/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.h158::3274: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h :warning274: :'override' keyword is incompatible with C++98 [-Wc++98-compat]56 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withIntParameter(const SimpleString&, int) _override { return *this; } ^ 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/MockReturnValueTest.cpp:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31In 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::33275: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h88::159 :warning91: :'override' keyword is incompatible with C++98 [-Wc++98-compat] warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual cpputest_longlong returnLongLongIntValueOrDefault(cpputest_longlong value) _override { return value; } ^ 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: note: expanded 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/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: warningIn file included from : /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: virtual unsigned int returnUnsignedIntValue() _override { return 0; }/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^160 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h83::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #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/include/CppUTest/CppUTestConfig.h/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 ^: 278:78: 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: virtual unsigned int returnUnsignedIntValueOrDefault(unsigned int value) _override { return value; }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': 161:100: #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/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 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/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::280306::4019:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' #define _override override 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h33:: 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h: :In file included from 162/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::9632:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.hwarning:: 281'override' keyword is incompatible with C++98 [-Wc++98-compat]: 61: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withLongLongIntParameter(const SimpleString&, cpputest_longlong) _override { return *this; } 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::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/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:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h31:: 283In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h46::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]163 :105: 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' virtual MockExpectedCall& withUnsignedLongLongIntParameter(const SimpleString&, cpputest_ulonglong) _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/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/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 :note284: :expanded from macro '_override'73 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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 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/MockReturnValueTest.cpp::2929: : 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/MockFailureReporterForTest.h::3131: : 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::3332: : /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/MockCheckedActualCall.h::164286::41: warning: 80'override' keyword is incompatible with C++98 [-Wc++98-compat]: 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 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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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: 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: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: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#define _override override: 33 ^: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:165:88In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 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: virtual const void * returnConstPointerValue() _override { return NULLPTR; }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/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:In file included from 32/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/CppUTestExt/MockCheckedActualCall.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h290::3179: :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:166:85: warning: virtual const void * returnConstPointerValueOrDefault(const void * 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:306:19: note: expanded from macro '_override' #define _override override ^ virtual MockExpectedCall& 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/tests/CppUTestExt/MockReturnValueTest.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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h:292:#define _override override52 : ^ 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: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 : ^33 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:167:81:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h:31: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 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 virtual void (*returnFunctionPointerValueOrDefault(void (*value)()))() _override { return value; }: ^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/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:In file included from 31/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h31:: 295In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h52::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]168 :92: 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 ^ 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/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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31In 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::32172: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedActualCall.h102::286 :warning60: :'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 virtual MockExpectedCall& withOutputParameterReturning(const SimpleString&, const void*, size_t) _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:#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/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]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: virtual const void * returnConstPointerValue() _override { return NULLPTR; }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::33314: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h17::173 :note121: :expanded from macro 'NULLPTR' warning: #define NULLPTR nullptr'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/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 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/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.h292::30671::19 :warning : note'nullptr' is incompatible with C++98 [-Wc++98-compat]: expanded from macro '_override' #define _override 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:314:17: note: expanded from macro '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: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 ^ 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 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/MockReturnValueTest.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/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.h182::3365: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h :warning40: :'override' keyword is incompatible with C++98 [-Wc++98-compat]40 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual ~MockCheckedExpectedCall() _destructor_override; ^ 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 ^: 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/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:In file included from 66/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 virtual MockExpectedCall& withName(const SimpleString& name) _override;: 66 ^: /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 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.hIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp306::2919: :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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:#define _override override43 : ^69 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& withCallOrder(unsigned int callOrder) _override { return withCallOrder(callOrder, callOrder); } ^ 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::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 ^: 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/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: virtual MockExpectedCall& andReturnValue(double) _override { return *this;}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' 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#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:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockFailureReporterForTest.h29:: 31In 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::33185: :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h59::45 :warning87: :'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& name, bool value) _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/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/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] 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 virtual MockExpectedCall& withIntParameter(const SimpleString& name, int value) _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: /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: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:In file included from 29/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/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:: 187/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::5947:: 102warning:: '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& 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:/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/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:94In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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:31: 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& withLongIntParameter(const SimpleString& name, long int value) _override;/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h : ^188 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h58::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' #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:19In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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 /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/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/MockStrictOrderTest.cpp:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp:2929: : 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/MockFailureReporterForTest.h::3131: : 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::19050::47107:: warningwarning: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]'override' keyword is incompatible with C++98 [-Wc++98-compat] virtual MockExpectedCall& onObject(void*) _override { return *this; } ^ 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/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/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/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/include/CppUTestExt/MockSupport.h:In file included from 40/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp::10429:: 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: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] 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: virtual MockExpectedCall& withFunctionPointerParameter(const SimpleString& name, void (*value)()) _override;17 : ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h note:: 306expanded from macro 'NULLPTR': 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/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:29In file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.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/tests/CppUTestExt/MockFailureReporterForTest.h: :In file included from 64/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h::3733:: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.hwarning:: 71'override' keyword is incompatible with C++98 [-Wc++98-compat]: 72: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] ~MockExpectedCallsListForTest() _destructor_override; 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/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 '_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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp39::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:33: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h:80:57:TEST(MockStrictOrderTest, OrderObserved) 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/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: #define _override overridenote : ^expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cppnote:: 51expanded from macro '_override': 1: #define _override overridewarning : ^'override' keyword is incompatible with C++98 [-Wc++98-compat] In file included from TEST(MockStrictOrderTest, someOrderObserved)/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h31:: 65In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockSupport.h24::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'171 :106: 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 virtual MockExpectedCall& withParameterOfType(const SimpleString&, const SimpleString&, const void*) _override { return *this; }: ^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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp33:: 51/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTestExt/MockCheckedExpectedCall.h::1173:: 121warning:: '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& 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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.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/tests/CppUTestExt/MockFailureReporterForTest.h:#define _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: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' /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] #define _override override ^ TEST(MockStrictOrderTest, orderViolated) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24In file included from : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp: :expanded from macro '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: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/CppUTestExt/MockCheckedExpectedCall.h: 186:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h53::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_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#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/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 ^ /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] In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::2967: :In file included from 35/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 'TEST'/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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 Utest* createTest() _override { return new 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& andReturnValue(void (*)()) _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/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 ^ /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 ^ 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp ~MockExpectedCallsListForTest() _destructor_override;: 85 ^: 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro '_destructor_override'67 :35: note: #define _destructor_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/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]/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockStrictOrderTest.cpp :108:1: CHECK(!mock().hasReturnValue());warning : ^'override' keyword is incompatible with 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'TEST(MockStrictOrderTest, orderViolatedWorksWithExtraUnexpectedCall) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: CHECK_TRUE_LOCATION(condition, "CHECK", #condition, 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: 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/CppUTestExt/MockStrictOrderTest.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTestExt/MockReturnValueTest.cpp::10844::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(!mock().actualCall("foo").hasReturnValue());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 :102:55: note: expanded from macro 'CHECK' virtual Utest* createTest() _override { return new 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_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: #define _override overridenote : ^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/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/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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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 ^ /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/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/MockStrictOrderTest.cpp:167:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderViolatedAcrossScopes) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: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/MockStrictOrderTest.cpp:181:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MockStrictOrderTest, orderUsingNCalls) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: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' 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' 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: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 ^ 252 warnings generated. /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: 273expanded from macro 'NULLPTR' warning s generated. #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' 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: '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: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__) ^In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h1:: 314In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h17::22 : note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: :expanded from macro 'NULLPTR'264 :9: warning: #define NULLPTR nullptr'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/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: 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/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. 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: 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/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 ^ 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 ^ 43 warnings generated. 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 ^ /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 ^ 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: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 ^ 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 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/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 ^ 38 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/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: 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: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 ^ 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:19: note: expanded from macro '_override' #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: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/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] 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/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: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/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: expanded from macro '_override' #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: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/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; ^ 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: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/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] 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/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: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/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 ^ 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: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/MemoryOperatorOverloadTest.cpp:2: /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/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/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/MemoryOperatorOverloadTest.cpp:2: /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/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' #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: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/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] 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: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/MemoryOperatorOverloadTest.cpp:3: /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/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 ^ 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: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/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 ^ 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: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/MemoryOperatorOverloadTest.cpp: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/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: 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/MemoryOperatorOverloadTest.cpp: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/MemoryOperatorOverloadTest.cpp:4: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.hIn file included from :181::136: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.hwarning:: 22'override' keyword is 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 ~CompositeTestOutput() _destructor_override;: 264 ^: 9/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:: 322warning:: 30: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]note : expanded from macro '_destructor_override' #define _destructor_override override ^ typedef long long cpputest_longlong;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:183: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:265 virtual void printTestsStarted() _override;: 18 ^: /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' #define _override overridetypedef 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/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 ^ 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: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/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:19: note: expanded from macro '_override' #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: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/MemoryOperatorOverloadTest.cpp: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/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/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/MemoryOperatorOverloadTest.cpp:19:20: 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/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/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/MemoryOperatorOverloadTest.cpp:34:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/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/MemoryOperatorOverloadTest.cpp: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/MemoryOperatorOverloadTest.cpp:93:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(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/MemoryOperatorOverloadTest.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/MemoryOperatorOverloadTest.cpp:112: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:115:1: warning: '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/MemoryOperatorOverloadTest.cpp:133:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, MallocOverrideIsUsed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/MemoryOperatorOverloadTest.cpp:143:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:151:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, StrndupOverrideIsUsed) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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:19: note: 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 ^ /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] TEST(MemoryLeakOverridesToBeUsedInProductionCode, NoSideEffectsFromTurningOffNewMacros) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:241:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewMacroOverloadViaIncludeFileWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:241:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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:248:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewArrayMacroOverloadViaIncludeFileWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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.cpp:263:1: 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:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:263:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:266: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: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] TEST(MemoryLeakOverridesToBeUsedInProductionCode, MallocWithButFreeWithoutLeakDetectionDoesntCrash) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/MemoryOperatorOverloadTest.cpp:286:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(MemoryLeakOverridesToBeUsedInProductionCode, OperatorNewOverloadingWithoutMacroWorks) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/MemoryOperatorOverloadTest.cpp:289:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("unknown", 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: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/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 ^ /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] STRCMP_CONTAINS("unknown", 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: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/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 ^ /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] TEST(OutOfMemoryTestsForOperatorNew, FailingNewArrayOperatorThrowsAnExceptionWhenUsingStdCppNew) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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.h:306:19: note: 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 ^ /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: 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] 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/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/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/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/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 ^ 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: /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 ^ 159 warnings generated. /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:233:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(FailableMemoryAllocator, MallocWorksNormallyIfNotAskedToFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:233:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /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] TEST(FailableMemoryAllocator, CheckAllFailingAllocsWereDone) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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] TEST(FailableMemoryAllocator, FailFirstAllocationAtGivenLine) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:289:20: warning: '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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:289:5: warning: '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/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: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 ^ /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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] TEST(TestMemoryAccountant, countAllocationsPerSize) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1: warning: '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:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:408:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, countDeallocationsPerSizeMultipleAllocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestMemoryAllocatorTest.cpp:419:1: 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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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: note: 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: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/TestMemoryAllocatorTest.cpp:443:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_EQUAL("CppUTest Memory Accountant report:\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: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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] STRCMP_EQUAL("CppUTest Memory Accountant report:\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:476:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestMemoryAccountant, withCacheSizesFailsWhenAlreadyAllocatedMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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] TEST(AccountingTestMemoryAllocator, canAllocateAndAccountMemory) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestMemoryAllocatorTest.cpp:569:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(AccountingTestMemoryAllocator, canAllocateAndAccountMemoryMultipleAllocations) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/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/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' #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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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' 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: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 ^ 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/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/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: note: 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:666:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] POINTERS_EQUAL(originalNewArrayAllocator, 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: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/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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestMemoryAllocatorTest.cpp:692:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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: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/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/TestMemoryAllocatorTest.cpp:703:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:716:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, startTwiceWillFail) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/TestMemoryAllocatorTest.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/CppUTest/TestMemoryAllocatorTest.cpp:746:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(GlobalMemoryAccountant, checkWhetherNewAllocatorIsNotChanged) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/TestMemoryAllocatorTest.cpp:760:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/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/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] 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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: '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/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: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/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: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/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 ^ 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: 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/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 ^ 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; ^ 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: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/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: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/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] 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/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: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/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 ^ 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: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/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: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/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/MemoryLeakWarningTest.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/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: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/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 ^ 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: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/MemoryLeakWarningTest.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/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 ^ 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 ^ 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: '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: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 ^ 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 ^ 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: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: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/MemoryLeakWarningTest.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/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 ^ 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 ^ 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: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/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' #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/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/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/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/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 ^ 242 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/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:322:30: note: expanded from macro '_destructor_override' #define _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: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/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: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/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' #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: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/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:28: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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 ^ 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: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/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: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/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: In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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: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/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: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/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: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/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 :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/CppUTest/TestOutputTest.cpp: :'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]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:typedef long long cpputest_longlong; warning ^: 'override' keyword is 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:265:18: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] 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.htypedef unsigned long long cpputest_ulonglong;: 306 ^: 19: note: expanded from macro '_override' #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/TestOutputTest.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/TestOutputTest.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/TestOutputTest.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/TestOutputTest.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/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 /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: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/TestOutputTest.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/TestOutputTest.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/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.h:306:19: note: expanded from macro '_override' #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: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/TestOutputTest.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/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:306:19: note: expanded from macro '_override' #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: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/TestOutputTest.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/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; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestOutputTest.cpp:98:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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 ^ /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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /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 ^ 179 warnings generated. /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 ^ 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/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: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/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 /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: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/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: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: 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/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: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/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: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/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: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/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: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/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: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/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: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/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: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/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 ^ 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: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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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 ^ 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' #define _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: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/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/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/AllocLetTestFreeTest.cpp:30:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-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. 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: /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 ^ 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] /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] typedef long long cpputest_longlong; ^ TEST(TestRegistry, addOneTestIsNotEmpty) ^ /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::65265::2418:: notewarning: : expanded from macro 'TEST''long long' is incompatible with C++98 [-Wc++98-compat-pedantic] void testBody() _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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:331:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(TestRegistry, listTestGroupNames_shouldListBackwardsGroup1AfterGroup11AndGroup2OnlyOnce) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:364:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: note: 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:364:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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 ^ /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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:375:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(myRegistry->getFirstTest() == 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 ^ /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; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: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/TestRegistryTest.cpp:394:5: warning: 'nullptr' 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: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:395:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(second_before == 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:396:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(third_before == 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestRegistryTest.cpp:409:42: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(third_after->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:409:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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 ^ /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) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/TestRegistryTest.cpp:426:11: 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/CppUTestConfig.h:314:17: note: 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 :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 ^ 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: /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.h109: warnings255 generated:. 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 ^ 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; ^ 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 ^ 35 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/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 ^ /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 ^ 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 72:10: warning: typedef unsigned long long cpputest_ulonglong;'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 ^ /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: 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:200:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: 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: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) ^ /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] TEST(UnitTestMacros, TestUNSIGNED_LONGLONGS_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: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/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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:220:16: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] if (false) 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:220: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: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) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:221:10: warning: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic] 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' 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:221: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: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) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:224:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, UNSIGNED_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: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: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: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) ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:269:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) 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:270: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:273:1: 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: 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:273:1: warning: 'override' keyword is incompatible with 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: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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:284:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.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/TestUTestMacro.cpp:291:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_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:291:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:297:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECK_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: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/TestUTestMacro.cpp:308:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_TRUE) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/TestUTestMacro.cpp:316:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) 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: noteIn file included from : expanded from macro 'NULLPTR': 1: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:59:#define NULLPTR nullptr68 : ^ 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp70::317 :warning10: :noexcept specifications are incompatible with C++98 [-Wc++98-compat] warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] void operator delete[](void* mem, const char* file, size_t line) UT_NOTHROW; else CHECK_TRUE(true); ^ ^ /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/UtestMacros.h24::108 :note69: :expanded from macro 'UT_NOTHROW' note: expanded from macro 'CHECK_TRUE' #define UT_NOTHROW noexcept ^ In file included from :1: 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/MemoryLeakDetectorNewMacros.h : ^61 :37:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h :warning314: :noexcept specifications are incompatible with C++98 [-Wc++98-compat]17 : note: expanded from macro 'NULLPTR' 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#define NULLPTR nullptr: 24 ^: note: expanded from macro 'UT_NOTHROW' #define UT_NOTHROW noexcept ^ 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: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/TestUTestMacro.cpp:322:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(false); // LCOV_EXCL_LINE ^ /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/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 ^ 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: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/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: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/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: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: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 ^ 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: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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp28:: 338In 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]214 :46: 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: virtual ~ExecFunctionWithoutParameters() _destructor_override;65 : ^24 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.hnote:: 322expanded from macro 'TEST': 30: note: expanded from macro '_destructor_override' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h#define _destructor_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/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: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 ^ /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: In file included from note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.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:39#define _override override: /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/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:30: note: expanded from macro '_destructor_override' #define _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: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/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: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/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: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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:: 344note:: 1expanded from macro '_destructor_override': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ IGNORE_TEST(UnitTestMacros, CHECK_TRUE_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; }; \In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.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 :note254: :expanded from macro '_override'34 : warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define _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' #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:255: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/tests/CppUTest/TestUTestMacro.cpp: virtual void setRunIgnored() _override;344 : ^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:: 81expanded from macro '_override': 35: note#define _override override: expanded from macro 'IGNORE_TEST' ^ In file included from /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; } \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::19257:: 47note:: expanded from macro '_override'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _override override ^ 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.cppIn file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp351::285: :In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.hwarning:: 42'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/TestResult.h:45:5 CHECK_FALSE(true);: ^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/include/CppUTest/UtestMacros.h:114:62: DEFAULT_COPY_CONSTRUCTOR(TestResult)note : ^expanded from macro 'CHECK_FALSE' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:150:80: note CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #condition, NULLPTR, __FILE__, __LINE__): 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:314:17: note: expanded from macro 'NULLPTR' #define DEFAULT_COPY_CONSTRUCTOR(classname) classname(const classname &) = default; ^#define NULLPTR nullptr ^ /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] TEST(UnitTestMacros, FailureWithCHECK_FALSE) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/TestUTestMacro.cpp:361:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_FALSEBehavesAsProperMacro) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ In file included from /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::36428:: 10In file included from :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestHarness.h :warning44: : '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/TestPlugin.h :93:59: else CHECK_FALSE(false); warning ^: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /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' 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 CHECK_FALSE_LOCATION(condition, "CHECK_FALSE", #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/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: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/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.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' #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:46:40: warning: 'override' 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:367:1: warning virtual ~MemoryLeakWarningPlugin() _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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::32281::3035:: notenote: : expanded from macro '_destructor_override'expanded from macro 'IGNORE_TEST' #define _destructor_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:In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.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:45: #define _override override/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: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/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: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' 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/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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp30::378 :note1: :expanded from macro '_destructor_override' warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] #define _destructor_override override ^ TEST(UnitTestMacros, FailureWithCHECK_FALSE_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' In file included from /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:29: void testBody() _override; }; \/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h : ^124 :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h45::306 :warning19: :'override' keyword is incompatible with C++98 [-Wc++98-compat] note: expanded from macro '_override' virtual void printBuffer(const char* s) _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/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: note: expanded from macro '_override' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:378#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 ^ 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: '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/TestUTestStringMacro.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/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:19: note: expanded from macro '_override' #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:187: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/TestUTestMacro.cpp:385: virtual void printCurrentTestEnded(const TestResult& res) _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: expanded from macro '_override' #define _override override ^TEST(UnitTestMacros, CHECK_FALSE_TEXTBehavesAsProperMacro) ^ /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/CppUTest/TestUTestStringMacro.cpp::2429: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:: 188note:: 67expanded from macro 'TEST': warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _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 :/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/TestUTestStringMacro.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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define _override override: 385 ^: 1: warningIn file included from : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h192::6726::35 :warning : note'override' keyword is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' 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 virtual Utest* createTest() _override { return new TEST_##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/CppUTest/TestUTestStringMacro.cpp: :expanded from macro '_override'29 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/TestOutput.h:193:43:#define _override override 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: expanded from macro '_override' #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: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:391:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, CHECK_FALSE_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: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: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: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: 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:5: 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/UtestMacros.h:162:43: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:44:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_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/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:398:5: 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: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: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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:: 402note:: 1expanded from macro 'NULLPTR': warning: #define NULLPTR 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/CppUTest/TestUTestStringMacro.cpp:52:5TEST(UnitTestMacros, FailureWithCHECK_EQUAL): ^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(NULLPTR, "ok");: 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 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:: note: 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/tests/CppUTest/TestUTestStringMacro.cpp:55: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]402 :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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::6765::3524:: 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: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/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/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] TEST(UnitTestStringMacros, FailureWithSTRCMP_CONTAINSAndActualIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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.cpp :/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h412::675::35 :warning : note'nullptr' is incompatible with C++98 [-Wc++98-compat]: expanded from macro 'TEST' CHECK_COMPARE(small, >=, big); ^ virtual Utest* createTest() _override { return 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/UtestMacros.h::306146::1944:: notenote: : expanded from macro '_override'expanded from macro 'CHECK_COMPARE' #define _override 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:314:17: note: 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:416:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, FailureWithCHECK_COMPARE) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::74306::2119:: warningnote: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]expanded from macro '_override' STRCMP_CONTAINS(NULLPTR, "ok"); #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: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: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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp: :expanded from macro 'NULLPTR'422 :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/tests/CppUTest/TestUTestStringMacro.cpp :85: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' 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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_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/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/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/TestUTestStringMacro.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/CppUTest/TestUTestMacro.cpp:424:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) 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: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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::99425::10:1 :warning : warning'nullptr' is incompatible with C++98 [-Wc++98-compat]: 'override' keyword is incompatible with C++98 [-Wc++98-compat] else CHECK_COMPARE(1, <, 2); TEST(UnitTestStringMacros, FailureWithSTRNCMP_EQUALAndExpectedIsNULL) ^ ^ /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::65146::2444:: notenote: : expanded from macro 'TEST'expanded from macro 'CHECK_COMPARE' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h: CHECK_COMPARE_TEXT(first, relop, second, NULLPTR)306 : ^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:#define _override override note ^: 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/include/CppUTest/CppUTestConfig.h:306:19: note: 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/TestUTestStringMacro.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/tests/CppUTest/TestUTestMacro.cpp:428:TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUALAndActualIsNULL)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' IGNORE_TEST(UnitTestMacros, CHECK_COMPAREWorksInAnIgnoredTest) ^ void testBody() _override; }; \ /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/CppUTestConfig.h27::306 :note19: :expanded from macro 'IGNORE_TEST' note: expanded from macro '_override' #define _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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define _override override: 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:118:25: 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/CppUTestConfig.h:314:17: note: 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: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/TestUTestMacro.cpp:430:3: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp: :'nullptr' is incompatible with C++98 [-Wc++98-compat]121 :1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_COMPARE(1, >, 2); // LCOV_EXCL_LINE ^ TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUALAndExpectedIsNULL)/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/UtestMacros.h:: 65note:: 24expanded from macro 'CHECK_COMPARE': note: 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: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/TestUTestStringMacro.cpp:129:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_EQUAL("no", "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/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/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::13265::124:: warningnote: : expanded from macro 'TEST' 'override' keyword is incompatible with C++98 [-Wc++98-compat] void testBody() _override; }; \ ^TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUALAndUnequalInput) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.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::6519::24 :note : noteexpanded from macro '_override': 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/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/tests/CppUTest/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::44067::135:: warningnote: : 'override' keyword is incompatible with C++98 [-Wc++98-compat]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: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \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: 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: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_CONTAINSAndActualIsNULL) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp: void testBody() _override; }; \143 : ^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/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: 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: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/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' 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: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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp STRCMP_EQUAL("hello", "hell");: 453 ^: 1:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :warning162: :'override' keyword is incompatible with C++98 [-Wc++98-compat]43 : note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) IGNORE_TEST(UnitTestMacros, CHECK_COMPARE_TEXTWorksInAnIgnoredTest) ^ ^/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:: 79note:: 27expanded from macro 'NULLPTR': note: #define NULLPTR nullptrexpanded 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: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/tests/CppUTest/TestUTestMacro.cppTEST(UnitTestStringMacros, FailureWithSTRCMP_EQUAL): 453^: 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': 81:35: void testBody() _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 :306:19: 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: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/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/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: note: expanded from macro 'STRCMP_EQUAL' STRCMP_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:464:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, 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:464:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/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: virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \179 : ^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'IGNORE_TEST(UnitTestStringMacros, STRCMP_EQUALWorksInAnIgnoredTest) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h#define _override override: 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/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/TestUTestStringMacro.cpp:190:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_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/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: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: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/TestUTestStringMacro.cpp: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:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:474:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(1, 0.4 + 0.7); ^ /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:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] UNSIGNED_LONGS_EQUAL(0.4 + 0.7, 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/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/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: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: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/TestUTestMacro.cpp:480:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:211:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("hello", "hallo", 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:215:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRNCMP_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: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: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 ^: 222:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRNCMP_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: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/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/TestUTestMacro.cpp:490: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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppexpanded from macro 'CHECK_EQUAL': 228:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__) IGNORE_TEST(UnitTestStringMacros, STRNCMP_EQUALWorksInAnIgnoredTest) ^ ^ /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::66:79 :note27: :expanded from macro 'CHECK_EQUAL_LOCATION' 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 UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, 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: #define _override overridenote : ^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: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: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: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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/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#define _override override: 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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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: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/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/tests/CppUTest/TestUTestStringMacro.cppTEST(UnitTestMacros, failing_CHECK_EQUAL_WithExpectedBeingEvaluatesMultipleTimesWillGiveAWarning) :^247 :1: /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:/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 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 ^ ^ /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: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' 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: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: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:510:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, failing_CHECK_EQUAL_withParamatersThatDontChangeWillNotGiveAnyWarning) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:510:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' 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: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:516:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, CHECK_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:516:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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/TestUTestStringMacro.cpp:273:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) STRCMP_NOCASE_EQUAL("1", "2"); ^ /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: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);274 : ^10 : 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: else STRCMP_NOCASE_EQUAL("1", "1");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: CHECK_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)expanded from macro 'STRCMP_NOCASE_EQUAL' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314: STRCMP_NOCASE_EQUAL_LOCATION(expected, actual, NULLPTR, __FILE__, __LINE__)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'314 :17: 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/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:314:17: note: 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:277:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_NOCASE_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: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/TestUTestMacro.cpp : ^519 :10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else CHECK_EQUAL(1, 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/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/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::522288::11:: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat]warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, FailureWithSTRCMP_NOCASE_EQUAL_TEXT) IGNORE_TEST(UnitTestMacros, CHECK_EQUALWorksInAnIgnoredTest)^ ^ /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:: 79note:: 27expanded from macro 'TEST': note: expanded from macro 'IGNORE_TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19 public: 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:#define _override override19 : ^ note: 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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cppexpanded from macro '_override': 522: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: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: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/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' virtual Utest* createTest() _override { return 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::52419::5 :note : warningexpanded from macro '_override': 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define _override override ^ CHECK_EQUAL(1, 2); // LCOV_EXCL_LINE ^ /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: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/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:302:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestStringMacros, STRCMP_NOCASE_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/TestUTestStringMacro.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: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:529:5: warning: '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: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: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/TestUTestStringMacro.cpp:309:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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: 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::17533:: 1note:: expanded from macro 'NULLPTR'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:313:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: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/CppUTest/TestUTestStringMacro.cpp:320:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestStringMacros, STRCMP_CONTAINSBehavesAsProperMacro) ^ /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/TestUTestMacro.cpp::24541:: 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: noteTEST(UnitTestMacros, CHECK_EQUAL_TEXTBehavesAsProperMacro): 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.h:306:19: note: 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: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: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:322:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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: 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:323:10: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] else STRCMP_CONTAINS("1", "1"); ^ /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: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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp#define _override override: 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__): 326 ^: 1:/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 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.hnote:: 81expanded from macro 'CHECK_EQUAL_LOCATION': 35: note: expanded from macro 'IGNORE_TEST' UtestShell::getCurrent()->assertLongsEqual((long)0, (long)0, NULLPTR, file, line); \ 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.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/TestUTestMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp::544328::105:: warningwarning: : 'nullptr' is incompatible with C++98 [-Wc++98-compat]'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("Hello", "World"); // LCOV_EXCL_LINE 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:189:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h46::130 :note3: :expanded from macro 'STRCMP_CONTAINS' note: expanded from macro 'CHECK_EQUAL_TEXT' 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: CHECK_EQUAL_LOCATION(expected, actual, text, __FILE__, __LINE__)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 nullptr142 : ^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: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/TestUTestMacro.cpp:547:1/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:: 337warning:: 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: IGNORE_TEST(UnitTestMacros, CHECK_EQUAL_TEXTWorksInAnIgnoredTest)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 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 'IGNORE_TEST': 306:19: note: expanded from macro '_override' public: 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/TestUTestMacro.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: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: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/TestUTestStringMacro.cpp: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:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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:351:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: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: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: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: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:358:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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: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: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: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: /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cppnote:: 369expanded 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.hTEST(UnitTestStringMacros, STRCMP_NOCASE_CONTAINSBehavesAsProperMacro): 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/TestUTestStringMacro.cpp:369/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::1573:: 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:: 67note:: 35expanded 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: 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/TestUTestStringMacro.cpp:371:16: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] if (false) STRCMP_NOCASE_CONTAINS("never", "executed"); ^ /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: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/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:314:17: note: 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/TestUTestStringMacro.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: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:582:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, 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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:#define _override override377 : ^5 : warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_NOCASE_CONTAINS("Hello", "World"); // LCOV_EXCL_LINE ^ /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/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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:394 public: 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: note: expanded from macro '_override' TEST(UnitTestStringMacros, STRCMP_NOCASE_CONTAINS_TEXTBehavesAsProperMacro) ^ #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: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/tests/CppUTest/TestUTestStringMacro.cpp/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::394:1: 81warning:: 35'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 'IGNORE_TEST' :67:35: 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:/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 ^ /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: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: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/TestUTestStringMacro.cpp:407:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Hello World!", "Hello Peter!", 0); ^ /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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp607::4081::5 :warning : warning'override' keyword is incompatible with C++98 [-Wc++98-compat]: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Hello World!", "Hello Peter!", 1); ^ TEST(UnitTestMacros, LONGS_EQUAL_TEXTBehavesAsProperMacro)/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h :^171 :52: note/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :expanded from macro 'STRNCMP_EQUAL'65 :24: note: expanded from macro '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: 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:#define NULLPTR nullptr306 : ^19 : note: 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:/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp :warning607: :'nullptr' is incompatible with C++98 [-Wc++98-compat]1 : warning: STRNCMP_EQUAL("Hello World!", "Hello", 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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h::67171::3552:: notenote: : expanded from macro 'STRNCMP_EQUAL' expanded from macro '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: note virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: 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/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/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/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: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/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: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: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: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: 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: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: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' /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestStringMacro.cpp:443: void testBody() _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 STRNCMP_EQUAL("", "Not empty string", 5);: expanded from macro '_override' ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:171#define _override override: 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] /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.cpp::35447:: 1note:: expanded from macro 'TEST'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 virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \: ^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 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/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/TestUTestStringMacro.cpp:457:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRNCMP_EQUAL("Not empty string?", "Not empty string!", 17); ^ /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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp::17631:: 1note:: expanded from macro 'NULLPTR'warning : 'override' keyword is incompatible with C++98 [-Wc++98-compat]#define NULLPTR nullptr ^ 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: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/TestUTestMacro.cpp:631:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/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:461: 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:/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: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' 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: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:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:888:5: warning: '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 ^ /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] TEST(UnitTestMacros, PrintPrintsSimpleStringsForExampleThoseReturnedByFromString) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:918:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(0 == 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/TestUTestMacro.cpp:920:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK_TRUE(0 == 0); ^ /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: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 ^ /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: 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 ^ /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 ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:934:5: 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/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: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' #define NULLPTR nullptr ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:936:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL("THIS", "THIS", 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:938:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] BITS_EQUAL(0x01, (unsigned char )0x01, 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: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] BITS_EQUAL(0x00000001, (unsigned long )0x00000001, 0xFFFFFFFF); ^ /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:945:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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.cpp:945:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] TEST(UnitTestMacros, MEMCMP_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: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/TestUTestMacro.cpp:956:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, MEMCMP_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: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' 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:958:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] MEMCMP_EQUAL("TEST", "test", 5); // LCOV_EXCL_LINE ^ /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: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/TestUTestMacro.cpp:970:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_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:970:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/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/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp : ^982 :18: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] In file included from MEMCMP_EQUAL(NULLPTR, actualData, sizeof(actualData)); : ^1 : /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/MemoryLeakDetectorNewMacros.h:65/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h::53314:: 17warning:: noexcept specifications are incompatible with C++98 [-Wc++98-compat]note : expanded from macro 'NULLPTR' #define NULLPTR nullptr ^ 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/tests/CppUTest/TestUTestMacro.cpp::24982:: 5note:: expanded from macro 'UT_NOTHROW'warning : 'nullptr' is incompatible with C++98 [-Wc++98-compat] #define UT_NOTHROW noexcept ^ 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/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/TestUTestMacro.cpp:1001:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UnitTestMacros, MEMCMP_EQUALFailureWithNullActual) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/TestUTestMacro.cpp:1010:18: 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/CppUTestConfig.h:314:17: note: 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:27: 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/CppUTestConfig.h:314:17: note: 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/TestUTestMacro.cpp: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/TestUTestMacro.cpp:1017:15: 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' #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:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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:1035:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/TestUTestMacro.cpp:1050:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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: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: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/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/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/TestUTestMacro.cpp:1061:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] IGNORE_TEST(UnitTestMacros, BITS_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: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/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/TestUTestMacro.cpp:1068:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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: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/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/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: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: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] 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:1116:39: warning: enumeration type in nested name specifier is incompatible with C++98 [-Wc++98-compat] 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:1116:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] ENUMS_EQUAL_INT(ScopedIntEnum::B, ScopedIntEnum::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: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:1117:21: warning: enumeration type in nested name specifier 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/tests/CppUTest/TestUTestMacro.cpp:1117:39: warning: enumeration type in nested name specifier 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/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/TestUTestMacro.cpp:1117: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: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/TestUTestMacro.cpp: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/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' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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:32: 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: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/TestUTestMacro.cpp:1129: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: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/TestUTestMacro.cpp:1130:10: warning: 'nullptr' 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/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: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/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:19: note: 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/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/TestUTestMacro.cpp:1140:5: warning: 'nullptr' 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/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: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: 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:1143:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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] 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/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:306:19: note: 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/TestUTestMacro.cpp:1153:55: 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/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' 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:1154:31: warning: enumeration type in nested name specifier 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/tests/CppUTest/TestUTestMacro.cpp:1154:49: warning: enumeration type in nested name specifier 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/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/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/include/CppUTest/CppUTestConfig.h:306:19: note: 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: warning: 'override' keyword is incompatible with 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:1159: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"); // LCOV_EXCL_LINE ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/tests/CppUTest/TestUTestMacro.cpp:1159: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"); // LCOV_EXCL_LINE ^ /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/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/TestUTestMacro.cpp:1168:47: 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/TestUTestMacro.cpp:1168:5: warning: 'nullptr' 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/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: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 ^ 199 warnings generated. /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: In file included from 'override' keyword is incompatible with C++98 [-Wc++98-compat] :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.hTEST(UnitTestMacros, FailureWithCHECK_THROWS_whenWrongThrow): 264^: 9: warning/home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h: :65'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]: 24: note: expanded from macro 'TEST' typedef long long cpputest_longlong; ^ void testBody() _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.h::18306:: 19warning:: 'long long' is incompatible with C++98 [-Wc++98-compat-pedantic]note : expanded from macro '_override' typedef unsigned long long cpputest_ulonglong; ^ #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 ^ 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/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/include/CppUTest/CppUTestConfig.h:306:19: note: expanded from macro '_override' #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: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/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 ^ 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: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/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 ^ 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: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/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 ^ 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: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/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; ^ 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: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/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: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/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: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/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: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/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: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/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: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/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: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/UtestTest.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/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] 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: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/UtestTest.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/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] 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/UtestTest.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/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/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/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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] CHECK_EQUAL(1, 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/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: 'override' keyword is incompatible with C++98 [-Wc++98-compat] /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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:68:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(!doubles_equal(1.0, 1.001, not_a_number)); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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' #define NULLPTR nullptr ^ /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/UtestTest.cpp:86: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:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' #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/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: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/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' #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: 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: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/UtestTest.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/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/UtestTest.cpp:156:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(fixture.hasTestFailed()); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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/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/UtestTest.cpp:181:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] STRCMP_CONTAINS("\n------ before runTest", normalOutput.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/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/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/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: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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/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/UtestTest.cpp:244:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShell, DestructorIsCalledForLocalObjectsWhenTheTestFails) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/UtestTest.cpp:248:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(destructorWasCalledOnFailedTest); ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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/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/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/UtestTest.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/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/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/UtestTest.cpp:302:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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/UtestTest.cpp:311:1: 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/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/UtestTest.cpp:316:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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:314:17: note: 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' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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:67:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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' #define NULLPTR nullptr ^ /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/UtestTest.cpp:340: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: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/UtestTest.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/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: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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: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/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:35: note: expanded from macro 'TEST' virtual Utest* createTest() _override { return new TEST_##testGroup##_##testName##_Test; } \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/UtestTest.cpp:378:23: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] 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/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/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/UtestTest.cpp:441:11: warning: '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: note: 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:441:5: warning: '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/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:444:1: warning: '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/UtestTest.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/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/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/UtestTest.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/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/UtestTest.cpp:466:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.getFirstTest() != 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:469:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] TEST(UtestShellPointerArrayTest, ShuffleListTestWithRandomAlwaysReturningZero) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/UtestMacros.h:65:24: note: expanded from macro 'TEST' void testBody() _override; }; \ ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:306:19: note: 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: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/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/UtestTest.cpp:481:1: warning: 'override' keyword is incompatible with C++98 [-Wc++98-compat] 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/UtestTest.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/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/include/CppUTest/CppUTestConfig.h:314:17: note: 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:489:5: warning: 'nullptr' is incompatible with C++98 [-Wc++98-compat] CHECK(tests.get(2) == 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: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/UtestTest.cpp:498:5: warning: 'nullptr' 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:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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/include/CppUTest/UtestMacros.h:102:55: note: expanded from macro 'CHECK' CHECK_TRUE_LOCATION(condition, "CHECK", #condition, NULLPTR, __FILE__, __LINE__) ^ /home/conan/w/cci_PR-4366/.conan/data/cpputest/4.0/_/_/build/d192df17f79e17f2a80ffc0625135389018e342b/source_subfolder/include/CppUTest/CppUTestConfig.h:314:17: note: 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:500: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 ^ 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 ^ 79 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 ^ 104 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/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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY