Skip to content

Instantly share code, notes, and snippets.

@martinmoene
Last active July 20, 2017 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinmoene/b87e82bed511603067871c53909e002f to your computer and use it in GitHub Desktop.
Save martinmoene/b87e82bed511603067871c53909e002f to your computer and use it in GitHub Desktop.
Catch-1 Static Analysis
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|1595|unusedStructMember : style : struct member 'FalseType::sizer' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|503|noExplicitConstructor : style : Class 'NotImplementedException' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|564|noExplicitConstructor : style : Class 'Ptr' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|704|noExplicitConstructor : style : Class 'MethodTestCase' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|1130|noExplicitConstructor : style : Struct 'MatchNotOf' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|1591|noExplicitConstructor : style : Struct 'BorgType' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2024|noExplicitConstructor : style : Class 'ScopedMessage' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2446|noExplicitConstructor : style : Class 'Section' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2742|noExplicitConstructor : style : Class 'ExceptionTranslatorRegistrar' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2720|noExplicitConstructor : style : Class 'ExceptionTranslator' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2980|noExplicitConstructor : style : Struct 'EqualsMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2984|noExplicitConstructor : style : Struct 'ContainsMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2988|noExplicitConstructor : style : Struct 'StartsWithMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2992|noExplicitConstructor : style : Struct 'EndsWithMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3020|noExplicitConstructor : style : Struct 'ContainsElementMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3036|noExplicitConstructor : style : Struct 'ContainsMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3057|noExplicitConstructor : style : Struct 'EqualsMatcher' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3134|noExplicitConstructor : style : Class 'Option' has a constructor with 1 argument that is not explicit. Such constructors should in general be explicit for type safety reasons. Using the explicit keyword in the constructor means some mistakes when using the class can be avoided.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|500|copyCtorAndEqOperator : style : The class 'NotImplementedException' has 'copy constructor' but lack of 'operator='.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2528|copyCtorAndEqOperator : style : The class 'CompositeGenerator' has 'copy constructor' but lack of 'operator='.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2770|copyCtorAndEqOperator : style : The class 'Approx' has 'copy constructor' but lack of 'operator='.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3111|passedByValue : style : Parameter '_lineInfo' is passed by value. It could be passed as a (const) reference which is usually faster and recommended in C++.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2343|unusedFunction : style : The function 'allOk' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2340|unusedFunction : style : The function 'allPassed' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|473|unusedFunction : style : The function 'alwaysFalse' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|472|unusedFunction : style : The function 'alwaysTrue' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|1968|unusedFunction : style : The function 'captureMatch' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2786|unusedFunction : style : The function 'custom' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2361|unusedFunction : style : The function 'delta' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|592|unusedFunction : style : The function 'get' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|706|unusedFunction : style : The function 'invoke' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|915|unusedFunction : style : The function 'isBinaryExpression' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|898|unusedFunction : style : The function 'isFalseTest' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|880|unusedFunction : style : The function 'isJustInfo' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|877|unusedFunction : style : The function 'isOk' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|471|unusedFunction : style : The function 'isTrue' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|957|unusedFunction : style : The function 'negate' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3175|unusedFunction : style : The function 'none' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|893|unusedFunction : style : The function 'operator|' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2540|unusedFunction : style : The function 'setFileInfo' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|897|unusedFunction : style : The function 'shouldContinueOnFailure' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|899|unusedFunction : style : The function 'shouldSuppressFailure' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2572|unusedFunction : style : The function 'then' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|2337|unusedFunction : style : The function 'total' is never used.|
..\..\..\..\..\..\Local\Project\_GitHub\Catch\single_include\catch.hpp|3170|unusedFunction : style : The function 'valueOr' is never used.|
V204 Explicit conversion from 32-bit integer type to pointer type: reinterpret_cast< T * > (lhs) SelfTest catch_evaluate.hpp 150
V204 Explicit conversion from 32-bit integer type to pointer type: reinterpret_cast< T * > (rhs) SelfTest catch_evaluate.hpp 153
V204 Explicit conversion from 32-bit integer type to pointer type: reinterpret_cast< T * > (lhs) SelfTest catch_evaluate.hpp 158
V204 Explicit conversion from 32-bit integer type to pointer type: reinterpret_cast< T * > (rhs) SelfTest catch_evaluate.hpp 161
V667 The 'throw' operator does not possess any arguments and is not situated within the 'catch' block. SelfTest catch_interfaces_exception.h 46
V004 Diagnostics from the 64-bit rule set are not entirely accurate without the appropriate 64-bit compiler. Consider utilizing 64-bit compiler if possible. SelfTest 1
V817 It is more efficient to seek '.' character rather than a string. SelfTest catch_session.hpp 98
Catch\include\external\tbc_text_format.h:54 Non-explicit converting constructor
Catch\include\internal\catch_assertionresult.h:42 Members 'macroName', 'capturedExpression', 'resultDisposition', 'secondArg' are not initialized in this constructor
Catch\include\internal\catch_common.h:60 Member function may be 'static'
Catch\include\internal\catch_console_colour.hpp:52 Non-explicit converting constructor
Catch\include\internal\catch_expression_lhs.hpp:30 Operator 'ExpressionLhs& Catch::ExpressionLhs<T>::operator=(const ExpressionLhs&)' which is a template or has template parents is not implemented
Catch\include\internal\catch_generators.hpp:88 Non-explicit conversion operator
Catch\include\internal\catch_generators_impl.hpp:23 Non-explicit converting constructor
Catch\include\internal\catch_interfaces_exception.h:39 Non-explicit converting constructor
Catch\include\internal\catch_interfaces_exception.h:61 Non-explicit converting constructor
Catch\include\internal\catch_interfaces_reporter.h:66 Non-explicit converting constructor
Catch\include\internal\catch_legacy_reporter_adapter.h:38 Non-explicit converting constructor
Catch\include\internal\catch_matchers.hpp:38 Polymorphic struct 'Catch::Matchers::Impl::MatcherMethod<ObjectT>' has a non-virtual public destructor
Catch\include\internal\catch_matchers.hpp:42 Polymorphic struct 'Catch::Matchers::Impl::MatcherMethod<PtrT*>' has a non-virtual public destructor
Catch\include\internal\catch_matchers_string.h:37 Non-explicit converting constructor
Catch\include\internal\catch_matchers_string.h:41 Non-explicit converting constructor
Catch\include\internal\catch_matchers_string.h:45 Non-explicit converting constructor
Catch\include\internal\catch_matchers_string.h:49 Non-explicit converting constructor
Catch\include\internal\catch_matchers_vector.h:21 Non-explicit converting constructor
Catch\include\internal\catch_matchers_vector.h:37 Non-explicit converting constructor
Catch\include\internal\catch_matchers_vector.h:58 Non-explicit converting constructor
Catch\include\internal\catch_message.h:57 Non-explicit converting constructor
Catch\include\internal\catch_notimplemented_exception.h:18 Non-explicit converting constructor
Catch\include\internal\catch_objc.hpp:61 Parameter 'annotationName' is never used
Catch\include\internal\catch_objc.hpp:62 Parameter 'testCaseName' is never used
Catch\include\internal\catch_objc_arc.hpp:23 Parameter 'obj' is never used
Catch\include\internal\catch_option.hpp:20 Non-explicit converting constructor
Catch\include\internal\catch_option.hpp:64 Non-explicit conversion operator
Catch\include\internal\catch_ptr.hpp:27 Non-explicit converting constructor
Catch\include\internal\catch_ptr.hpp:59 Non-explicit conversion operator
Catch\include\internal\catch_reporter_registrars.hpp:31 Non-explicit converting constructor
Catch\include\internal\catch_section.h:21 Non-explicit converting constructor
Catch\include\internal\catch_section.h:25 Non-explicit conversion operator
Catch\include\internal\catch_section_info.hpp:34 Non-explicit converting constructor
Catch\include\internal\catch_stream.h:34 Non-explicit converting constructor
Catch\include\internal\catch_stream.hpp:32 Call to a virtual function inside a destructor will be statically resolved
Catch\include\internal\catch_stream.hpp:75 Member function may be 'const'
Catch\include\internal\catch_test_registry.hpp:21 Non-explicit converting constructor
Catch\include\internal\catch_test_registry.hpp:37 Non-explicit converting constructor
Catch\include\internal\catch_test_spec.hpp:31 Non-explicit converting constructor
Catch\include\internal\catch_test_spec.hpp:44 Non-explicit converting constructor
Catch\include\internal\catch_test_spec.hpp:55 Non-explicit converting constructor
Catch\include\internal\catch_test_spec_parser.hpp:33 Members 'm_mode', 'm_exclusion', 'm_start', 'm_pos' are not initialized in this constructor
Catch\include\internal\catch_tostring.h:77 Constructor 'Catch::Detail::BorgType::BorgType<T>(T const&)' which is a template or has template parents is not implemented
Catch\include\internal\catch_xmlwriter.hpp:25 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_automake.hpp:20 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_bases.hpp:46 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_compact.hpp:20 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_console.hpp:23 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_junit.hpp:52 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_tap.hpp:24 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_teamcity.hpp:29 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_xml.hpp:21 Non-explicit converting constructor
Catch\include\catch_session.hpp:127 Member function may be 'const'
Catch\include\external\clara.h:80 Non-explicit converting constructor
Catch\include\external\clara.h:431 Non-explicit converting constructor
Catch\include\external\clara.h:463 Non-explicit converting constructor
Catch\include\external\clara.h:473 Non-explicit converting constructor
Catch\include\external\clara.h:485 Non-explicit converting constructor
Catch\include\external\clara.h:499 Non-explicit converting constructor
Catch\include\external\clara.h:513 Non-explicit converting constructor
Catch\include\external\clara.h:597 Member function may be 'const'
Catch\include\external\clara.h:611 Member function may be 'const'
Catch\include\external\clara.h:624 Non-explicit converting constructor
Catch\include\external\clara.h:664 Non-explicit converting constructor
Catch\include\external\clara.h:724 Non-explicit converting constructor
Catch\include\external\clara.h:785 Non-explicit converting constructor
Catch\include\internal\catch_common.h:132 Member function may be 'const'
Catch\include\internal\catch_config.hpp:92 Non-explicit converting constructor
Catch\include\internal\catch_console_colour_impl.hpp:81 Member function may be 'const'
Catch\include\internal\catch_expression_lhs.hpp:110 Operator 'BinaryExpression& Catch::BinaryExpression<LhsT, Op, RhsT>::operator=(BinaryExpression&)' which is a template or has template parents is not implemented
Catch\include\internal\catch_interfaces_reporter.h:175 Non-explicit converting constructor
Catch\include\internal\catch_matchers.hpp:118 Non-explicit converting constructor
Catch\include\internal\catch_objc.hpp:108 Polymorphic struct 'Catch::Matchers::Impl::NSStringMatchers::StringHolder' has a non-virtual public destructor
Catch\include\internal\catch_objc.hpp:109 Non-explicit converting constructor
Catch\include\internal\catch_objc.hpp:115 Parameter 'arg' is never used
Catch\include\internal\catch_objc.hpp:122 Polymorphic struct 'Catch::Matchers::Impl::NSStringMatchers::Equals' has a non-virtual public destructor
Catch\include\internal\catch_objc.hpp:123 Non-explicit converting constructor
Catch\include\internal\catch_objc.hpp:135 Polymorphic struct 'Catch::Matchers::Impl::NSStringMatchers::Contains' has a non-virtual public destructor
Catch\include\internal\catch_objc.hpp:136 Non-explicit converting constructor
Catch\include\internal\catch_objc.hpp:148 Polymorphic struct 'Catch::Matchers::Impl::NSStringMatchers::StartsWith' has a non-virtual public destructor
Catch\include\internal\catch_objc.hpp:149 Non-explicit converting constructor
Catch\include\internal\catch_objc.hpp:160 Polymorphic struct 'Catch::Matchers::Impl::NSStringMatchers::EndsWith' has a non-virtual public destructor
Catch\include\internal\catch_objc.hpp:161 Non-explicit converting constructor
Catch\include\internal\catch_reporter_registrars.hpp:63 Non-explicit converting constructor
Catch\include\internal\catch_run_context.hpp:77 Call to a virtual function inside a destructor will be statically resolved
Catch\include\internal\catch_run_context.hpp:80 Member function may be 'const'
Catch\include\internal\catch_run_context.hpp:83 Member function may be 'const'
Catch\include\internal\catch_run_context.hpp:343 Member function may be 'const'
Catch\include\internal\catch_test_case_registry_impl.hpp:147 Non-explicit converting constructor
Catch\include\internal\catch_test_case_tracker.hpp:107 Member function may be 'const'
Catch\include\internal\catch_test_case_tracker.hpp:128 Non-explicit converting constructor
Catch\include\internal\catch_test_case_tracker.hpp:129 Member function may be 'const'
Catch\include\internal\catch_test_case_tracker.hpp:240 Member function may be 'const'
Catch\include\internal\catch_xmlwriter.hpp:85 Non-explicit converting constructor
Catch\include\internal\catch_xmlwriter.hpp:122 Non-explicit converting constructor
Catch\include\internal\catch_xmlwriter.hpp:203 Member function may be 'const'
Catch\include\internal\catch_xmlwriter.hpp:224 Member function may be 'const'
Catch\include\reporters\catch_reporter_bases.hpp:137 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_bases.hpp:152 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_bases.hpp:275 Non-explicit converting constructor
Catch\include\reporters\catch_reporter_compact.hpp:186 Member function may be 'const'
Catch\include\reporters\catch_reporter_compact.hpp:261 Member function may be 'static'
Catch\include\reporters\catch_reporter_console.hpp:313 Member function may be 'const'
Catch\include\reporters\catch_reporter_console.hpp:381 Member function may be 'const'
Catch\include\reporters\catch_reporter_console.hpp:413 Member function may be 'const'
Catch\include\reporters\catch_reporter_console.hpp:435 Member function may be 'const'
Catch\include\reporters\catch_reporter_tap.hpp:170 Member function may be 'const'
Catch\include\reporters\catch_reporter_teamcity.hpp:198 Member function may be 'static'
1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Checking Build System
1>CMake does not need to re-run because D:/Own/Martin/Local/Project/_GitHub/Catch/build/CMakeFiles/generate.stamp is up-to-date.
2>------ Rebuild All started: Project: SelfTest, Configuration: Debug Win32 ------
2>Building Custom Rule D:/Own/Martin/Local/Project/_GitHub/Catch/CMakeLists.txt
2>CMake does not need to re-run because D:/Own/Martin/Local/Project/_GitHub/Catch/build/CMakeFiles/generate.stamp is up-to-date.
2>ApproxTests.cpp
2>BDDTests.cpp
2>ClassTests.cpp
2>CmdLineTests.cpp
2>CompilationTests.cpp
2>ConditionTests.cpp
2>DecompositionTests.cpp
2>EnumToString.cpp
2>ExceptionTests.cpp
2>GeneratorTests.cpp
2>MessageTests.cpp
2>MiscTests.cpp
2>PartTrackerTests.cpp
2>TagAliasTests.cpp
2>TestMain.cpp
2>ToStringGeneralTests.cpp
2>ToStringPair.cpp
2>ToStringTuple.cpp
2>ToStringVector.cpp
2>ToStringWhich.cpp
2>Compiling...
2>Generating Code...
2>Compiling...
2>TrickyTests.cpp
2>VariadicMacrosTests.cpp
2>MatchersTests.cpp
2>catch_common.cpp
2>catch_console_colour.cpp
2>catch_debugger.cpp
2>catch_interfaces_capture.cpp
2>catch_interfaces_config.cpp
2>catch_interfaces_exception.cpp
2>catch_interfaces_generators.cpp
2>catch_interfaces_registry_hub.cpp
2>catch_interfaces_reporter.cpp
2>catch_interfaces_runner.cpp
2>catch_interfaces_testcase.cpp
2>catch_message.cpp
2>catch_option.cpp
2>catch_ptr.cpp
2>catch_stream.cpp
2>catch_streambuf.cpp
2>catch_test_spec.cpp
2>Compiling...
2>Generating Code...
2>Compiling...
2>catch_xmlwriter.cpp
2>catch_test_case_tracker.cpp
2>Compiling...
2>Generating Code...
2>SelfTest.vcxproj -> D:\Own\Martin\Local\Project\_GitHub\Catch\build\Debug\SelfTest.exe
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(89): warning C26499: Could not find any lifetime tracking information for '*return of m_stream'
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(50): warning C26499: Could not find any lifetime tracking information for '*return of stream'
d:\own\martin\local\project\_github\catch\include\internal\catch_test_registry.hpp(70): warning C26424: Failing to delete or assign ownership of allocation at line 66.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_spec_parser.hpp(114): warning C26424: Failing to delete or assign ownership of allocation at line 107.
d:\own\martin\local\project\_github\catch\include\internal\catch_ptr.hpp(48): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of =' was invalidated by 'end of scope for allotemp.2'.
d:\own\martin\local\project\_github\catch\projects\selftest\conditiontests.cpp(268): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'p' was invalidated at line 265 by 'no initialization'.
d:\own\martin\local\project\_github\catch\projects\selftest\conditiontests.cpp(269): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). '*p' was invalidated at line 265 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(114): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(123): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(84): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(124): warning C26401: Do not dereference nullptr (lifetimes rule 2). '*this' was pointed to nullptr at line 123.
d:\own\martin\local\project\_github\catch\include\internal\catch_interfaces_exception.h(64): warning C26424: Failing to delete or assign ownership of allocation at line 63.
d:\own\martin\local\project\_github\catch\projects\selftest\generatortests.cpp(38): warning C26499: Could not find any lifetime tracking information for '*p'
d:\own\martin\local\project\_github\catch\projects\selftest\generatortests.cpp(40): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'i' was invalidated by 'end of scope for allotemp.1'.
d:\own\martin\local\project\_github\catch\projects\selftest\generatortests.cpp(40): warning C26499: Could not find any lifetime tracking information for '*i'
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(104): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of .PAUIntPair@@' was invalidated at line 98 by 'allotemp.2 = result.getValue'.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(117): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(121): warning C26424: Failing to delete or assign ownership of allocation at line 117.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(143): warning C26424: Failing to delete or assign ownership of allocation at line 141.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(158): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(164): warning C26424: Failing to delete or assign ownership of allocation at line 158.
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(120): warning C26499: Could not find any lifetime tracking information for '*`____C_A_T_C_H____T_E_S_T____23'::`2'::fib'
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(135): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of makeString' was invalidated at line 134 by 'result.question.2 = (const signed char *)0'.
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(317): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 's' was invalidated at line 316 by 'no initialization'.
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(323): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 's' was invalidated at line 322 by 'no initialization'.
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(329): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 's' was invalidated at line 328 by 'no initialization'.
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(335): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 's' was invalidated at line 334 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(124): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(176): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of findChild' was invalidated by 'end of scope for allotemp.6, allotemp.7'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(277): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(281): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'section' was invalidated at line 271 by 'childTracker = result.findChild'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(283): warning C26424: Failing to delete or assign ownership of allocation at line 277.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(283): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of acquire' was invalidated at line 271 by 'childTracker = result.findChild'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(326): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(332): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'tracker' was invalidated at line 320 by 'childTracker = result.findChild'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(333): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'tracker' was invalidated at line 320 by 'childTracker = result.findChild'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(337): warning C26424: Failing to delete or assign ownership of allocation at line 326.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(337): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of acquire' was invalidated at line 320 by 'childTracker = result.findChild'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(358): warning C26424: Failing to delete or assign ownership of allocation at line 354.
d:\own\martin\local\project\_github\catch\projects\selftest\parttrackertests.cpp(26): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of C_A_T_C_H_Context' was invalidated at line 25 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_config.hpp(127): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of stream' was invalidated at line 127 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_config.hpp(152): warning C26424: Failing to delete or assign ownership of allocation at line 143.
d:\own\martin\local\project\_github\catch\include\external\tbc_text_format.h(56): warning C26499: Could not find any lifetime tracking information for '*this'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(39): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 38 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(39): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 38 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(49): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(51): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(52): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(57): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(58): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(38): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 38 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(74): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 73 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(74): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 73 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(79): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(80): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(82): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(84): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(73): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 73 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(120): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 119 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(120): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 119 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(123): warning C26499: Could not find any lifetime tracking information for '*return of getTestCaseInfo'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(124): warning C26499: Could not find any lifetime tracking information for '*return of getTestCaseInfo'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(132): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(142): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(119): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'matchedTestCases' was invalidated at line 119 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(158): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(161): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(168): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(166): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_fatal_condition.hpp(56): warning C26499: Could not find any lifetime tracking information for '*Catch::signalDefs'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(43): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(103): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(237): warning C26499: Could not find any lifetime tracking information for '*return of getTestCaseInfo'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(263): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(294): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(300): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(393): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getResultCapture' was invalidated at line 389 by 'capture = result.getResultCapture'.
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(91): warning C26499: Could not find any lifetime tracking information for '**config'
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(93): warning C26499: Could not find any lifetime tracking information for '**config'
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(103): warning C26499: Could not find any lifetime tracking information for '**config'
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(115): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). '*this' was invalidated at line 115 by 'std::vector<Catch::Clara::Parser::Token,std::allocator<Catch::Clara::Parser::Token> >::~vector<Catch::Clara::Parser::Token,std::allocator<Catch::Clara::Parser::Token> >'.
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(115): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). '*this' was invalidated at line 115 by 'std::vector<Catch::Clara::Parser::Token,std::allocator<Catch::Clara::Parser::Token> >::~vector<Catch::Clara::Parser::Token,std::allocator<Catch::Clara::Parser::Token> >'.
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(150): warning C26499: Could not find any lifetime tracking information for '*this'
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(233): warning C26424: Failing to delete or assign ownership of allocation at line 231.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(79): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(80): warning C26499: Could not find any lifetime tracking information for '*return of getTestCaseInfo'
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(81): warning C26499: Could not find any lifetime tracking information for '*return of getTestCaseInfo'
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(100): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getAllTestCasesSorted' was invalidated at line 99 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(111): warning C26499: Could not find any lifetime tracking information for '*return of getTestCaseInfo'
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(191): warning C26424: Failing to delete or assign ownership of allocation at line 190.
d:\own\martin\local\project\_github\catch\include\internal\catch_reporter_registry.hpp(27): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_reporter_registry.hpp(28): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of create' was invalidated at line 26 by 'allotemp.4 = (struct Catch::IStreamingReporter *)0'.
d:\own\martin\local\project\_github\catch\include\internal\catch_exception_translator_registry.hpp(54): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'msg' was invalidated at line 53 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_registry_hub.hpp(72): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_registry_hub.hpp(72): warning C26425: Assigning 'allocation.3' to a static variable.
d:\own\martin\local\project\_github\catch\include\internal\catch_registry_hub.hpp(74): warning C26424: Failing to delete or assign ownership of allocation at line 72.
d:\own\martin\local\project\_github\catch\include\internal\catch_registry_hub.hpp(79): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getRegistryHub' was invalidated at line 78 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_registry_hub.hpp(82): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getMutableRegistryHub' was invalidated at line 81 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(83): warning C26424: Failing to delete or assign ownership of allocation at line 81.
d:\own\martin\local\project\_github\catch\include\internal\catch_context_impl.hpp(73): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of findGeneratorsForCurrentTest' was invalidated by 'end of scope for allotemp.3, allotemp.4'.
d:\own\martin\local\project\_github\catch\include\internal\catch_context_impl.hpp(83): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getGeneratorsForCurrentTest' was invalidated at line 83 by 'end of function scope (local lifetimes end)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_context_impl.hpp(99): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getCurrentMutableContext' was invalidated at line 97 by 'allocation.3 = (class Catch::Context *)result.new'.
d:\own\martin\local\project\_github\catch\include\internal\catch_context_impl.hpp(102): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of getCurrentContext' was invalidated at line 101 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\internal\catch_console_colour_impl.hpp(103): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of platformColourInstance' was invalidated by 'end of scope for allotemp.2'.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators_impl.hpp(62): warning C26424: Failing to delete or assign ownership of allocation at line 56.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators_impl.hpp(62): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of getGeneratorInfo' was invalidated by 'end of scope for allotemp.7'.
d:\own\martin\local\project\_github\catch\include\internal\catch_generators_impl.hpp(82): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of createGeneratorsForTest' was invalidated at line 81 by 'allocation.3 = (class Catch::GeneratorsForTest *)result.new'.
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_info.hpp(192): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of =' was invalidated by 'end of scope for allotemp.2'.
d:\own\martin\local\project\_github\catch\include\internal\catch_legacy_reporter_adapter.hpp(49): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_legacy_reporter_adapter.hpp(49): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_legacy_reporter_adapter.hpp(50): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.hpp(71): warning C26499: Could not find any lifetime tracking information for '*return of stream'
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.hpp(155): warning C26499: Could not find any lifetime tracking information for '*return of m_stream'
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(23): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(33): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(37): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(35): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(58): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(69): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'return of get' was invalidated at line 68 by '(unknown)'.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_multi.hpp(134): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_multi.hpp(141): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'multi' was invalidated at line 132 by 'multi = result.tryAsMulti'.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_multi.hpp(147): warning C26424: Failing to delete or assign ownership of allocation at line 134.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(140): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(181): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(180): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(183): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(185): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(192): warning C26424: Failing to delete or assign ownership of allocation at line 174.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(199): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(205): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(211): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(217): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(222): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(223): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(224): warning C26424: Failing to delete or assign ownership of allocation at line 215.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(227): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(229): warning C26424: Failing to delete or assign ownership of allocation at line 226.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(232): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(235): warning C26424: Failing to delete or assign ownership of allocation at line 231.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_xml.hpp(107): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_xml.hpp(110): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(41): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'fmt' was invalidated at line 38 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(143): warning C26499: Could not find any lifetime tracking information for '***testCaseNode'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(146): warning C26499: Could not find any lifetime tracking information for '**testCaseNode'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(239): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(183): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(226): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(260): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(270): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(271): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(277): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(286): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(383): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(384): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(394): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_compact.hpp(215): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_compact.hpp(236): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(120): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(133): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(139): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(185): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_tap.hpp(52): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_tap.hpp(201): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_tap.hpp(223): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\internal\catch_reporter_registrars.hpp(65): warning C26424: Failing to delete or assign ownership of allocation at line 64.
d:\own\martin\local\project\_github\catch\include\internal\catch_ptr.hpp(53): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of =' was invalidated by 'end of scope for allotemp.2'.
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(41): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(43): warning C26424: Failing to delete or assign ownership of allocation at line 41.
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(24): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(25): warning C26424: Failing to delete or assign ownership of allocation at line 24.
d:\own\martin\local\project\_github\catch\include\external\clara.h(771): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(841): warning C26424: Failing to delete or assign ownership of allocation at line 838.
d:\own\martin\local\project\_github\catch\include\external\clara.h(821): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(810): warning C26424: Failing to delete or assign ownership of allocation at line 809.
d:\own\martin\local\project\_github\catch\include\external\clara.h(800): warning C26424: Failing to delete or assign ownership of allocation at line 797.
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(21): warning C26423: The allocation was not directly assigned to an owner.
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(22): warning C26424: Failing to delete or assign ownership of allocation at line 21.
d:\own\martin\local\project\_github\catch\include\internal\catch_matchers.hpp(71): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(458): warning C26424: Failing to delete or assign ownership of allocation at line 458.
d:\own\martin\local\project\_github\catch\include\internal\catch_reporter_registrars.hpp(54): warning C26424: Failing to delete or assign ownership of allocation at line 53.
d:\own\martin\local\project\_github\catch\include\external\clara.h(944): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'unusedTokens' was invalidated at line 943 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\external\clara.h(944): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'unusedTokens' was invalidated at line 943 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\external\clara.h(945): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'unusedTokens' was invalidated at line 943 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\external\clara.h(945): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'unusedTokens' was invalidated at line 943 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\external\clara.h(946): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'unusedTokens' was invalidated at line 943 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\external\clara.h(888): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\external\clara.h(890): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\external\clara.h(898): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\external\clara.h(862): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\external\clara.h(1019): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\external\clara.h(1004): warning C26499: Could not find any lifetime tracking information for '*return of ->'
d:\own\martin\local\project\_github\catch\include\external\clara.h(965): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\external\clara.h(968): warning C26499: Could not find any lifetime tracking information for '*it'
d:\own\martin\local\project\_github\catch\include\external\clara.h(846): warning C26424: Failing to delete or assign ownership of allocation at line 845.
d:\own\martin\local\project\_github\catch\include\external\clara.h(735): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(736): warning C26424: Failing to delete or assign ownership of allocation at line 735.
d:\own\martin\local\project\_github\catch\include\external\clara.h(729): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(730): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(731): warning C26424: Failing to delete or assign ownership of allocation at line 729.
d:\own\martin\local\project\_github\catch\include\external\clara.h(766): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(767): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(768): warning C26424: Failing to delete or assign ownership of allocation at line 766.
d:\own\martin\local\project\_github\catch\include\external\clara.h(760): warning C26499: Could not find any lifetime tracking information for '**this'
d:\own\martin\local\project\_github\catch\include\external\clara.h(761): warning C26424: Failing to delete or assign ownership of allocation at line 760.
d:\own\martin\local\project\_github\catch\include\internal\catch_xmlwriter.hpp(182): warning C26400: Do not dereference a invalid pointer (lifetimes rule 1). 'return of writeAttribute' was invalidated by 'end of scope for allotemp.2, allotemp.3'.
d:\own\martin\local\project\_github\catch\include\external\clara.h(520): warning C26424: Failing to delete or assign ownership of allocation at line 520.
d:\own\martin\local\project\_github\catch\include\external\clara.h(507): warning C26424: Failing to delete or assign ownership of allocation at line 507.
d:\own\martin\local\project\_github\catch\include\external\clara.h(468): warning C26424: Failing to delete or assign ownership of allocation at line 468.
d:\own\martin\local\project\_github\catch\projects\selftest\tostringgeneraltests.cpp(28): warning C26499: Could not find any lifetime tracking information for '*chars'
d:\own\martin\local\project\_github\catch\projects\selftest\trickytests.cpp(385): warning C26400: Do not dereference an invalid pointer (lifetimes rule 1). 'p' was invalidated at line 384 by 'no initialization'.
d:\own\martin\local\project\_github\catch\include\internal\catch_matchers.hpp(101): warning C26499: Could not find any lifetime tracking information for '***this'
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(126): warning C26401: Do not dereference nullptr (lifetimes rule 2). 'nullptr' was pointed to nullptr at line 125.
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(158): warning C26499: Could not find any lifetime tracking information for '**this'
2>Done building project "SelfTest.vcxproj".
========== Rebuild All: 2 succeeded, 0 failed, 0 skipped ==========
1>------ Build started: Project: SelfTest, Configuration: Debug Win32 ------
1>ApproxTests.cpp
1>BDDTests.cpp
1>ClassTests.cpp
1>CmdLineTests.cpp
1>CompilationTests.cpp
1>ConditionTests.cpp
1>DecompositionTests.cpp
1>EnumToString.cpp
1>ExceptionTests.cpp
1>GeneratorTests.cpp
1>MessageTests.cpp
1>MiscTests.cpp
1>PartTrackerTests.cpp
1>TagAliasTests.cpp
1>TestMain.cpp
1>ToStringGeneralTests.cpp
1>ToStringPair.cpp
1>ToStringTuple.cpp
1>ToStringVector.cpp
1>ToStringWhich.cpp
1>Compiling...
1>Generating Code...
1>Compiling...
1>TrickyTests.cpp
1>VariadicMacrosTests.cpp
1>MatchersTests.cpp
1>catch_common.cpp
1>catch_console_colour.cpp
1>catch_debugger.cpp
1>catch_interfaces_capture.cpp
1>catch_interfaces_config.cpp
1>catch_interfaces_exception.cpp
1>catch_interfaces_generators.cpp
1>catch_interfaces_registry_hub.cpp
1>catch_interfaces_reporter.cpp
1>catch_interfaces_runner.cpp
1>catch_interfaces_testcase.cpp
1>catch_message.cpp
1>catch_option.cpp
1>catch_ptr.cpp
1>catch_stream.cpp
1>catch_streambuf.cpp
1>catch_test_spec.cpp
1>Compiling...
1>Generating Code...
1>Compiling...
1>catch_xmlwriter.cpp
1>catch_test_case_tracker.cpp
1>Compiling...
1>Generating Code...
1>SelfTest.vcxproj -> D:\Own\Martin\Local\Project\_GitHub\Catch\build\Debug\SelfTest.exe
d:\own\martin\local\project\_github\catch\include\internal\catch_common.h(118): warning C26497: This function Catch::isTrue could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_type.h(34): warning C26497: This function Catch::isOk could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_type.h(37): warning C26497: This function Catch::isJustInfo could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_type.h(51): warning C26497: This function Catch::operator| could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_type.h(55): warning C26497: This function Catch::shouldContinueOnFailure could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_type.h(56): warning C26497: This function Catch::isFalseTest could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_type.h(57): warning C26497: This function Catch::shouldSuppressFailure could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_assertionresult.h(42): warning C26495: Variable 'Catch::AssertionInfo::macroName' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(25): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(29): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(32): warning C26497: This function Catch::Internal::OperatorTraits<0>::getName could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(33): warning C26497: This function Catch::Internal::OperatorTraits<1>::getName could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(34): warning C26497: This function Catch::Internal::OperatorTraits<2>::getName could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(35): warning C26497: This function Catch::Internal::OperatorTraits<3>::getName could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(36): warning C26497: This function Catch::Internal::OperatorTraits<4>::getName could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(37): warning C26497: This function Catch::Internal::OperatorTraits<5>::getName could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(189): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\approxtests.cpp(134): warning C26497: This function divide could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(107): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(113): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(56): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(62): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(86): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(80): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(62): warning C26496: Variable 'lhs_v' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(63): warning C26496: Variable 'relativeOK' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(87): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(97): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_approx.hpp(119): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.h(148): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(40): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_common.h(138): warning C26485: Expression 'value': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(50): warning C26485: Expression 'value': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(50): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(74): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(124): warning C26485: Expression 'this->m_rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(114): warning C26485: Expression 'this->m_rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(35): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(101): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(56): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(56): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(90): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(40): warning C26485: Expression 't': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(40): warning C26492: Don't use const_cast to cast away const. (type.3: http://go.microsoft.com/fwlink/p/?LinkID=620419)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(108): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_spec_parser.hpp(33): warning C26495: Variable 'Catch::TestSpecParser::m_mode' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(31): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(32): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(38): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(39): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(45): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(46): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(52): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(53): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(59): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(60): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(66): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(67): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(68): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(74): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(75): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(76): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(77): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(78): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(83): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(84): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(85): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(86): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(87): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(92): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(93): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(94): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(95): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(96): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(101): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(102): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(107): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(108): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(113): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(114): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(119): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(120): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(121): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(122): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(127): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(128): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(129): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(130): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(136): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(137): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(138): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(143): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(144): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(145): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(150): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(151): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(152): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(157): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(158): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(159): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(164): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(165): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(166): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(167): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(172): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(173): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(174): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(179): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(180): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(181): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(186): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(187): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(188): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(189): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(194): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(195): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(196): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(197): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(202): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(203): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(204): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(205): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(210): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(211): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(212): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(213): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(218): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(219): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(220): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(221): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(226): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(227): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(228): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(229): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(234): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(235): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(236): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(237): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(242): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(243): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(244): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(245): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(250): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(251): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(252): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(253): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(258): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(259): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(260): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\cmdlinetests.cpp(261): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\compilationtests.cpp(32): warning C26497: This function throws_int could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(125): warning C26485: Expression 'arg': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(126): warning C26485: Expression 'arg': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(127): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(158): warning C26485: Expression 'this->m_arg': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(150): warning C26485: Expression 'arg': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(123): warning C26485: Expression 'this->m_lhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(84): warning C26485: Expression 'this->m_lhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.h(115): warning C26485: Expression 'operand': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(41): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(59): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(65): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(47): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(53): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(56): warning C26485: Expression 'lhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(62): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(62): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(68): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(86): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(86): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(80): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(80): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(68): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(68): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(74): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(74): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_expression_lhs.hpp(28): warning C26485: Expression 'lhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\projects\selftest\enumtostring.cpp(12): warning C26496: Variable 'e0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\projects\selftest\enumtostring.cpp(14): warning C26496: Variable 'e1' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\projects\selftest\enumtostring.cpp(26): warning C26496: Variable 'e0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\projects\selftest\enumtostring.cpp(28): warning C26496: Variable 'e1' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\projects\selftest\exceptiontests.cpp(135): warning C26461: The reference argument 'ex' for function catch_internal_ExceptionTranslator19 can be marked as const. (con.3: https://go.microsoft.com/fwlink/p/?LinkID=786684)
d:\own\martin\local\project\_github\catch\projects\selftest\exceptiontests.cpp(140): warning C26461: The reference argument 'ex' for function catch_internal_ExceptionTranslator21 can be marked as const. (con.3: https://go.microsoft.com/fwlink/p/?LinkID=786684)
d:\own\martin\local\project\_github\catch\projects\selftest\exceptiontests.cpp(145): warning C26461: The reference argument 'ex' for function catch_internal_ExceptionTranslator23 can be marked as const. (con.3: https://go.microsoft.com/fwlink/p/?LinkID=786684)
d:\own\martin\local\project\_github\catch\projects\selftest\exceptiontests.cpp(214): warning C26496: Variable 'answer' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_message.h(47): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_message.h(47): warning C26485: Expression 'value': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\projects\selftest\generatortests.cpp(14): warning C26497: This function multiply could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\projects\selftest\generatortests.cpp(38): warning C26485: Expression 'p': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(36): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_generators.hpp(32): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\projects\selftest\messagetests.cpp(130): warning C26496: Variable 'i' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_xmlwriter.hpp(186): warning C26496: Variable 'tagWasOpen' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(106): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(120): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(121): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\martin\local\project\_github\catch\projects\selftest\misctests.cpp(341): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(274): warning C26491: Don't use static_cast downcasts. A cast from a polymorphic type should use dynamic_cast. (type.2: http://go.microsoft.com/fwlink/p/?LinkID=620418).
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_tracker.hpp(323): warning C26491: Don't use static_cast downcasts. A cast from a polymorphic type should use dynamic_cast. (type.2: http://go.microsoft.com/fwlink/p/?LinkID=620418).
d:\own\martin\local\project\_github\catch\include\external\clara.h(150): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(529): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_commandline.hpp(52): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_commandline.hpp(83): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_commandline.hpp(88): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\tbc_text_format.h(141): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(141): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_list.hpp(154): warning C26496: Variable 'factories' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_fatal_condition.hpp(55): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\martin\local\project\_github\catch\include\internal\catch_fatal_condition.hpp(56): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(62): warning C26495: Variable 'Catch::RunContext::m_testCaseTracker' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(88): warning C26496: Variable 'prevTotals' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_run_context.hpp(296): warning C26496: Variable 'prevAssertions' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\catch_session.hpp(28): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(78): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_registry_impl.hpp(114): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_exception_translator_registry.hpp(54): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_registry_hub.hpp(37): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_notimplemented_exception.hpp(19): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_notimplemented_exception.hpp(20): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(61): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(62): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(64): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(70): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_assertionresult.hpp(52): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_assertionresult.hpp(60): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_assertionresult.hpp(60): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_assertionresult.hpp(60): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_assertionresult.hpp(72): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_info.hpp(42): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_info.hpp(73): warning C26496: Variable 'prop' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\internal\catch_test_case_info.hpp(103): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_version.hpp(33): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_timer.hpp(34): warning C26490: Don't use reinterpret_cast. (type.1: http://go.microsoft.com/fwlink/p/?LinkID=620417)
d:\own\martin\local\project\_github\catch\include\internal\catch_timer.hpp(35): warning C26490: Don't use reinterpret_cast. (type.1: http://go.microsoft.com/fwlink/p/?LinkID=620417)
d:\own\martin\local\project\_github\catch\include\internal\catch_timer.hpp(38): warning C26490: Don't use reinterpret_cast. (type.1: http://go.microsoft.com/fwlink/p/?LinkID=620417)
d:\own\martin\local\project\_github\catch\include\internal\catch_common.hpp(84): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_common.hpp(112): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(26): warning C26497: This function Catch::Detail::`anonymous namespace'::Endianness::which could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(49): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(51): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(51): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(87): warning C26461: The pointer argument 'value' for function Catch::toString can be marked as a pointer to const. (con.3: https://go.microsoft.com/fwlink/p/?LinkID=786684)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(96): warning C26461: The pointer argument 'value' for function Catch::toString can be marked as a pointer to const. (con.3: https://go.microsoft.com/fwlink/p/?LinkID=786684)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(105): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(113): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(161): warning C26485: Expression 'chstr': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_result_builder.hpp(71): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(47): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tag_alias_registry.hpp(55): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(39): warning C26485: Expression 'buffer': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(29): warning C26496: Variable 'maxDoubleSize' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_xml.hpp(96): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_xml.hpp(98): warning C26496: Variable 'includeResults' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(37): warning C26494: Variable 'timeStamp' is uninitialized. Always initialize an object. (type.5: http://go.microsoft.com/fwlink/p/?LinkID=620421)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(41): warning C26485: Expression 'timeStamp': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(45): warning C26485: Expression 'timeStamp': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(27): warning C26496: Variable 'timeStampSize' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(92): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(93): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(109): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(133): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(138): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(196): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(232): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(239): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_junit.hpp(241): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(41): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_console.hpp(289): warning C26496: Variable 'lineInfo' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_compact.hpp(43): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_compact.hpp(163): warning C26497: This function Catch::CompactReporter::AssertionPrinter::failedString could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_compact.hpp(164): warning C26497: This function Catch::CompactReporter::AssertionPrinter::passedString could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(73): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(78): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(81): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(97): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(94): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(91): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(88): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(85): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(112): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(114): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(120): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(124): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(131): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_teamcity.hpp(189): warning C26496: Variable 'lineInfo' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_tap.hpp(152): warning C26497: This function Catch::TAPReporter::AssertionPrinter::failedString could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_tap.hpp(153): warning C26497: This function Catch::TAPReporter::AssertionPrinter::passedString could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\projects\selftest\testmain.cpp(488): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(50): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(41): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(28): warning C26485: Expression 'this->data': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_stream.hpp(28): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(41): warning C26485: Expression 'this->storage': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(23): warning C26495: Variable 'Catch::Option<unsigned int>::<unnamed-tag>::storage' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(24): warning C26485: Expression 'this->storage': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(19): warning C26495: Variable 'Catch::Option<unsigned int>::<unnamed-tag>::dummy2' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(20): warning C26495: Variable 'Catch::Option<Catch::TagAlias>::<unnamed-tag>::dummy1' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\internal\catch_option.hpp(21): warning C26485: Expression 'this->storage': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\external\clara.h(785): warning C26495: Variable 'Catch::Clara::CommandLine<Catch::ConfigData>::ArgBuilder' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\external\clara.h(663): warning C26495: Variable 'Catch::Clara::PositionalArgProperties' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\external\clara.h(683): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(684): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(688): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(689): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(692): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(990): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\external\clara.h(991): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.hpp(124): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_xmlwriter.hpp(180): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_xmlwriter.hpp(180): warning C26485: Expression 'attribute': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(267): warning C26485: Expression '`Catch::getLineOfChars<126>'::`2'::line': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\reporters\catch_reporter_bases.hpp(270): warning C26485: Expression '`Catch::getLineOfChars<126>'::`2'::line': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\projects\selftest\testmain.cpp(31): warning C26485: Expression 'argv': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\projects\selftest\testmain.cpp(29): warning C26461: The reference argument 'argv' for function parseIntoConfig<1> can be marked as const. (con.3: https://go.microsoft.com/fwlink/p/?LinkID=786684)
d:\own\martin\local\project\_github\catch\projects\selftest\testmain.cpp(37): warning C26485: Expression 'argv': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\martin\local\project\_github\catch\include\external\clara.h(392): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\tostringgeneraltests.cpp(27): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\martin\local\project\_github\catch\projects\selftest\tostringgeneraltests.cpp(28): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\martin\local\project\_github\catch\projects\selftest\tostringgeneraltests.cpp(44): warning C26496: Variable 'i' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\martin\local\project\_github\catch\projects\selftest\tostringpair.cpp(11): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.h(271): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.h(273): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.h(275): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\include\internal\catch_tostring.h(277): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\trickytests.cpp(28): warning C26493: Don't use C-style casts that would perform a static_cast downcast, const_cast, or reinterpret_cast. (type.4: http://go.microsoft.com/fwlink/p/?LinkID=620420)
d:\own\martin\local\project\_github\catch\projects\selftest\trickytests.cpp(91): warning C26494: Variable 'o2' is uninitialized. Always initialize an object. (type.5: http://go.microsoft.com/fwlink/p/?LinkID=620421)
d:\own\martin\local\project\_github\catch\projects\selftest\trickytests.cpp(230): warning C26495: Variable 'Obj::p' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\martin\local\project\_github\catch\include\internal\catch_evaluate.hpp(161): warning C26490: Don't use reinterpret_cast. (type.1: http://go.microsoft.com/fwlink/p/?LinkID=620417)
d:\own\martin\local\project\_github\catch\projects\selftest\matcherstests.cpp(11): warning C26497: This function testStringForMatching could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
d:\own\martin\local\project\_github\catch\projects\selftest\matcherstests.cpp(15): warning C26497: This function testStringForMatching2 could be marked constexpr if compile-time evaluation is desired. (f.4: https://go.microsoft.com/fwlink/p/?LinkID=784970)
1>Done building project "SelfTest.vcxproj".
========== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment