Skip to content

Instantly share code, notes, and snippets.

@martinmoene
Last active July 20, 2017 21:18
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/e08fa06258318e1f834840486afa294e to your computer and use it in GitHub Desktop.
Save martinmoene/e08fa06258318e1f834840486afa294e to your computer and use it in GitHub Desktop.
Catch-2 Static Analysis - 20170719 - 20170720 (PVS-Studio., ReSharper C++)
PVS-Studio 6.16
ReSharper C++ 2017.1.3
VC-CppCoreCheck-released (VS 2017)
V815 Decreased performance. Consider replacing the expression 'padding = ""' with 'padding.clear()'. SelfTest clara.hpp 279
V690 The 'Colour' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class. SelfTest catch_console_colour.hpp 15
V667 The 'throw' operator does not possess any arguments and is not situated within the 'catch' block. SelfTest catch_interfaces_exception.h 46
V667 The 'throw' operator does not possess any arguments and is not situated within the 'catch' block. SelfTest catch_exception_translator_registry.cpp 59
V524 It is odd that the body of 'compare' function is fully equivalent to the body of 'applyEvaluator' function. SelfTest catch_evaluate.hpp 98
V815 Decreased performance. Consider replacing the expression 'description == ""' with 'description.empty()'. SelfTest catch_list.cpp 52
V807 Decreased performance. Consider creating a reference to avoid using the 'getRegistryHub().getReporterRegistry()' expression repeatedly. SelfTest catch_list.cpp 135
V820 The 'actualMessage' variable is not used after copying. Copying can be replaced with move/swap for optimization. SelfTest catch_result_builder.cpp 94
V803 Decreased performance. In case 'm_refs' is iterator it's more effective to use prefix form of increment. Replace iterator++ with ++iterator. SelfTest catch_stringdata.h 33
V803 Decreased performance. In case 'm_refs' is iterator it's more effective to use prefix form of decrement. Replace iterator-- with --iterator. SelfTest catch_stringdata.h 38
V565 An empty exception handler. Silent suppression of exceptions can hide the presence of bugs in source code during testing. SelfTest catch_run_context.cpp 240
V690 The 'ScopedElement' class implements the '=' operator, but lacks a copy constructor. It is dangerous to use such a class. SelfTest catch_xmlwriter.hpp 37
V820 The 'node' variable is not used after copying. Copying can be replaced with move/swap for optimization. SelfTest catch_reporter_bases.hpp 184
V601 The result of '-' operator is implicitly cast to the bool type. Inspect the second argument. SelfTest catch_reporter_junit.cpp 111
..\include\catch_session.hpp:114 Member function may be 'const'
..\include\external\clara.hpp:309 Member function may be 'const'
..\include\external\clara.hpp:335 Member function may be 'const'
..\include\external\clara.hpp:373 Redundant empty declaration
..\include\external\clara.hpp:574 Overriding function 'void Catch::clara::detail::BasicResult<T>::enforceOk() const' does not have an 'override' specifier
..\include\external\clara.hpp:760 Redundant empty declaration
..\include\external\clara.hpp:841 Redundant empty declaration
..\include\external\clara.hpp:846 Redundant empty declaration
..\include\external\clara.hpp:889 Member function may be 'const'
..\include\internal\catch_commandline.cpp:58 Zero constant can be replaced with nullptr
..\include\internal\catch_common.h:111 Member function may be 'const'
..\include\internal\catch_config.hpp:78 'virtual' specifier is redundant on an override function
..\include\internal\catch_console_colour.cpp:25 Overriding function 'void Catch::NoColourImpl::use(Colour::Code)' does not have an 'override' specifier
..\include\internal\catch_console_colour.cpp:62 Overriding function 'void Catch::Win32ColourImpl::use(Colour::Code _colourCode)' does not have an 'override' specifier
..\include\internal\catch_console_colour.cpp:83 Member function may be 'const'
..\include\internal\catch_console_colour.hpp:53 Move constructor doesn't have any noexcept specification
..\include\internal\catch_console_colour.hpp:54 Move assignment operator doesn't have any noexcept specification
..\include\internal\catch_context.cpp:19 Overriding function 'IResultCapture* Catch::Context::getResultCapture()' does not have an 'override' specifier
..\include\internal\catch_context.cpp:22 Overriding function 'IRunner* Catch::Context::getRunner()' does not have an 'override' specifier
..\include\internal\catch_context.cpp:26 Overriding function 'IConfigPtr Catch::Context::getConfig() const' does not have an 'override' specifier
..\include\internal\catch_context.cpp:31 Overriding function 'void Catch::Context::setResultCapture(IResultCapture* resultCapture)' does not have an 'override' specifier
..\include\internal\catch_context.cpp:34 Overriding function 'void Catch::Context::setRunner(IRunner* runner)' does not have an 'override' specifier
..\include\internal\catch_context.cpp:37 Overriding function 'void Catch::Context::setConfig(IConfigPtr const& config)' does not have an 'override' specifier
..\include\internal\catch_evaluate.hpp:52 'Catch::Internal::Evaluator<T1, T2, 0>' defined as a struct here but previously declared as a class
..\include\internal\catch_evaluate.hpp:58 'Catch::Internal::Evaluator<T1, T2, 1>' defined as a struct here but previously declared as a class
..\include\internal\catch_evaluate.hpp:64 'Catch::Internal::Evaluator<T1, T2, 2>' defined as a struct here but previously declared as a class
..\include\internal\catch_evaluate.hpp:70 'Catch::Internal::Evaluator<T1, T2, 3>' defined as a struct here but previously declared as a class
..\include\internal\catch_evaluate.hpp:76 'Catch::Internal::Evaluator<T1, T2, 5>' defined as a struct here but previously declared as a class
..\include\internal\catch_evaluate.hpp:82 'Catch::Internal::Evaluator<T1, T2, 4>' defined as a struct here but previously declared as a class
..\include\internal\catch_exception_translator_registry.h:21 Overriding function 'std::string Catch::ExceptionTranslatorRegistry::translateActiveException() const' does not have an 'override' specifier
..\include\internal\catch_interfaces_exception.h:43 'virtual' specifier is redundant on an override function
..\include\internal\catch_matchers.hpp:37 Polymorphic struct 'Catch::Matchers::Impl::MatcherMethod<ObjectT>' has a non-virtual public destructor
..\include\internal\catch_matchers.hpp:41 Polymorphic struct 'Catch::Matchers::Impl::MatcherMethod<PtrT*>' has a non-virtual public destructor
..\include\internal\catch_notimplemented_exception.h:22 Overriding function 'const char* Catch::NotImplementedException::what() const noexcept' does not have an 'override' specifier
..\include\internal\catch_reporter_registrars.hpp:20 Overriding function 'IStreamingReporterPtr Catch::ReporterRegistrar<T>::ReporterFactory::create(ReporterConfig const& config) const' does not have an 'override' specifier
..\include\internal\catch_reporter_registrars.hpp:24 Overriding function 'std::string Catch::ReporterRegistrar<T>::ReporterFactory::getDescription() const' does not have an 'override' specifier
..\include\internal\catch_reporter_registrars.hpp:41 Overriding function 'IStreamingReporterPtr Catch::ListenerRegistrar<T>::ListenerFactory::create(ReporterConfig const& config) const' does not have an 'override' specifier
..\include\internal\catch_reporter_registrars.hpp:44 Overriding function 'std::string Catch::ListenerRegistrar<T>::ListenerFactory::getDescription() const' does not have an 'override' specifier
..\include\internal\catch_result_builder.cpp:117 Member function may be 'const'
..\include\internal\catch_result_builder.cpp:132 Member function may be 'static'
..\include\internal\catch_run_context.cpp:31 Call to a virtual function inside a destructor will be statically resolved
..\include\internal\catch_run_context.cpp:34 Member function may be 'const'
..\include\internal\catch_run_context.cpp:38 Member function may be 'const'
..\include\internal\catch_run_context.cpp:266 Member function may be 'const'
..\include\internal\catch_run_context.hpp:66 Overriding function 'void Catch::RunContext::assertionEnded(AssertionResult const& result)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:68 Overriding function 'bool Catch::RunContext::sectionStarted(SectionInfo const& sectionInfo, Counts& assertions)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:74 Overriding function 'void Catch::RunContext::sectionEnded(SectionEndInfo const& endInfo)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:76 Overriding function 'void Catch::RunContext::sectionEndedEarly(SectionEndInfo const& endInfo)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:78 Overriding function 'void Catch::RunContext::pushScopedMessage(MessageInfo const& message)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:80 Overriding function 'void Catch::RunContext::popScopedMessage(MessageInfo const& message)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:82 Overriding function 'std::string Catch::RunContext::getCurrentTestName() const' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:84 Overriding function 'const AssertionResult* Catch::RunContext::getLastResult() const' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:86 Overriding function 'void Catch::RunContext::exceptionEarlyReported()' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:88 Overriding function 'void Catch::RunContext::handleFatalErrorCondition(std::string const& message)' does not have an 'override' specifier
..\include\internal\catch_run_context.hpp:92 Overriding function 'bool Catch::RunContext::aborting() const' does not have an 'override' specifier
..\include\internal\catch_stream.hpp:33 Call to a virtual function inside a destructor will be statically resolved
..\include\internal\catch_stream.hpp:37 Overriding function 'int Catch::StreamBufImpl<WriterF, bufferSize>::overflow(int c)' does not have an 'override' specifier
..\include\internal\catch_stream.hpp:49 Overriding function 'int Catch::StreamBufImpl<WriterF, bufferSize>::sync()' does not have an 'override' specifier
..\include\internal\catch_stream.hpp:72 Member function may be 'const'
..\include\internal\catch_string.h:31 Move constructor doesn't have any noexcept specification
..\include\internal\catch_stringbuilder.cpp:90 Member function may be 'const'
..\include\internal\catch_stringdata.h:33 Result of a postfix operator is discarded, consider replacing it with a prefix operator
..\include\internal\catch_stringdata.h:38 Result of a postfix operator is discarded, consider replacing it with a prefix operator
..\include\internal\catch_stringref.cpp:58 Assigned value is never used
..\include\internal\catch_test_case_tracker.cpp:56 Member function may be 'const'
..\include\internal\catch_test_case_tracker.cpp:66 Member function may be 'const'
..\include\internal\catch_test_case_tracker.cpp:136 Redundant empty statement
..\include\internal\catch_test_case_tracker.cpp:168 Member function may be 'const'
..\include\internal\catch_test_spec.hpp:36 Overriding function 'bool Catch::TestSpec::NamePattern::matches(TestCaseInfo const& testCase) const' does not have an 'override' specifier
..\include\internal\catch_test_spec.hpp:45 Overriding function 'bool Catch::TestSpec::TagPattern::matches(TestCaseInfo const& testCase) const' does not have an 'override' specifier
..\include\internal\catch_test_spec.hpp:54 Overriding function 'bool Catch::TestSpec::ExcludedPattern::matches(TestCaseInfo const& testCase) const' does not have an 'override' specifier
..\include\internal\catch_xmlwriter.cpp:163 Member function may be 'const'
..\include\internal\catch_xmlwriter.cpp:180 Member function may be 'const'
..\include\internal\catch_xmlwriter.hpp:41 Move constructor doesn't have any noexcept specification
..\include\internal\catch_xmlwriter.hpp:42 Move assignment operator doesn't have any noexcept specification
..\include\reporters\catch_reporter_bases.hpp:233 Member function may be 'static'
..\include\reporters\catch_reporter_compact.cpp:182 Member function may be 'const'
..\include\reporters\catch_reporter_compact.cpp:256 Member function may be 'static'
..\include\reporters\catch_reporter_console.cpp:308 Member function may be 'const'
..\include\reporters\catch_reporter_console.cpp:376 Member function may be 'const'
..\include\reporters\catch_reporter_console.cpp:408 Member function may be 'const'
..\include\reporters\catch_reporter_console.cpp:430 Member function may be 'const'
..\include\reporters\catch_reporter_tap.hpp:167 Member function may be 'const'
..\include\reporters\catch_reporter_teamcity.hpp:192 Member function may be 'static'
d:\own\local\data\github\catch\include\internal\catch_stringref.h(55): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_assertionresult.h(43): 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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\github\catch\include\internal\catch_approx.hpp(117): 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\local\data\github\catch\include\internal\catch_approx.hpp(98): 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\local\data\github\catch\include\internal\catch_approx.hpp(104): 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\local\data\github\catch\include\internal\catch_evaluate.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\local\data\github\catch\include\internal\catch_evaluate.hpp(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\local\data\github\catch\include\internal\catch_evaluate.hpp(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\local\data\github\catch\include\internal\catch_evaluate.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\local\data\github\catch\include\internal\catch_approx.hpp(53): 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\local\data\github\catch\include\internal\catch_approx.hpp(54): warning C26496: Variable 'relativeOK' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_approx.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\local\data\github\catch\include\internal\catch_approx.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\local\data\github\catch\include\internal\catch_approx.hpp(110): 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\local\data\github\catch\include\internal\catch_tostring.h(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\local\data\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\local\data\github\catch\include\internal\catch_common.h(117): warning C26485: Expression 'value': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_result_builder.h(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\local\data\github\catch\include\internal\catch_result_builder.h(49): warning C26485: Expression 'value': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(72): 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\local\data\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\local\data\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\local\data\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\local\data\github\catch\include\internal\catch_tostring.h(88): warning C26485: Expression 'e': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(99): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(54): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(54): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\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\local\data\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\local\data\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\local\data\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\local\data\github\catch\include\internal\catch_test_spec.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\local\data\github\catch\include\internal\catch_test_spec.hpp(70): warning C26496: Variable 'pattern' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_test_spec.hpp(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\local\data\github\catch\include\internal\catch_test_spec.hpp(84): warning C26496: Variable 'filter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\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\local\data\github\catch\include\internal\catch_message.h(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\local\data\github\catch\include\internal\catch_message.h(41): warning C26485: Expression 'value': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_result_builder.h(115): 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\local\data\github\catch\include\internal\catch_result_builder.h(113): warning C26485: Expression 'arg': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_result_builder.h(114): warning C26485: Expression 'arg': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\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\local\data\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\local\data\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\local\data\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\local\data\github\catch\include\internal\catch_result_builder.h(103): warning C26485: Expression 'operand': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\github\catch\include\internal\catch_evaluate.hpp(54): warning C26485: Expression 'lhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(60): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(60): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(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\local\data\github\catch\include\internal\catch_evaluate.hpp(84): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(84): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(78): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(78): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(66): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(66): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(72): warning C26485: Expression 'rhs': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_evaluate.hpp(72): warning C26485: Expression 'result.opCast': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\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\local\data\github\catch\include\internal\catch_xmlwriter.hpp(175): warning C26496: Variable 'tagWasOpen' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_config.hpp(72): 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\local\data\github\catch\include\external\clara.hpp(194): warning C26496: Variable '<end>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(208): 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\local\data\github\catch\include\external\clara.hpp(240): warning C26496: Variable 'col' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(251): warning C26496: Variable 'col' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(323): 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\local\data\github\catch\include\external\clara.hpp(380): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\external\clara.hpp(382): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\external\clara.hpp(387): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\external\clara.hpp(589): warning C26495: Variable 'Catch::clara::detail::ResultBase::m_type' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\external\clara.hpp(907): 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\local\data\github\catch\include\external\clara.hpp(950): 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\local\data\github\catch\include\external\clara.hpp(954): 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\local\data\github\catch\include\external\clara.hpp(955): 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\local\data\github\catch\include\external\clara.hpp(958): 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\local\data\github\catch\include\external\clara.hpp(968): 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\local\data\github\catch\include\external\clara.hpp(984): 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\local\data\github\catch\include\external\clara.hpp(996): 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\local\data\github\catch\include\external\clara.hpp(1014): 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\local\data\github\catch\include\external\clara.hpp(1014): warning C26496: Variable 'name' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(1073): 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\local\data\github\catch\include\external\clara.hpp(1073): warning C26496: Variable 'o' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(1084): 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\local\data\github\catch\include\external\clara.hpp(1107): 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\local\data\github\catch\include\external\clara.hpp(1110): 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\local\data\github\catch\include\external\clara.hpp(1107): warning C26496: Variable 'cols' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(1084): warning C26496: Variable 'arg' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(1125): 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\local\data\github\catch\include\external\clara.hpp(1130): 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\local\data\github\catch\include\external\clara.hpp(1125): warning C26496: Variable 'opt' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(1130): warning C26496: Variable 'arg' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(1145): 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\local\data\github\catch\include\external\clara.hpp(1152): 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\local\data\github\catch\include\external\clara.hpp(1169): 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\local\data\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\local\data\github\catch\include\catch_session.hpp(46): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\catch_session.hpp(82): 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\local\data\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\local\data\github\catch\include\internal\catch_stream.hpp(63): 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\local\data\github\catch\include\internal\catch_stream.hpp(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\local\data\github\catch\include\reporters\catch_reporter_teamcity.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\local\data\github\catch\include\reporters\catch_reporter_teamcity.hpp(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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\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\local\data\github\catch\include\reporters\catch_reporter_teamcity.hpp(82): 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\local\data\github\catch\include\reporters\catch_reporter_teamcity.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\local\data\github\catch\include\reporters\catch_reporter_teamcity.hpp(111): 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\local\data\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\local\data\github\catch\include\reporters\catch_reporter_teamcity.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\local\data\github\catch\include\reporters\catch_reporter_teamcity.hpp(117): 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\local\data\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\local\data\github\catch\include\reporters\catch_reporter_teamcity.hpp(182): warning C26496: Variable 'lineInfo' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_tap.hpp(149): 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\local\data\github\catch\include\reporters\catch_reporter_tap.hpp(150): 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\local\data\github\catch\include\internal\catch_stream.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\local\data\github\catch\include\internal\catch_stream.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\local\data\github\catch\include\internal\catch_stream.hpp(29): warning C26485: Expression 'this->data': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_stream.hpp(29): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\external\clara.hpp(505): warning C26495: Variable 'Catch::clara::detail::ResultValueBase<Catch::clara::detail::ParseState>::<unnamed-tag>::m_value' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\internal\catch_matchers.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\local\data\github\catch\include\internal\catch_matchers.hpp(71): warning C26496: Value pointed to by 'matcher' is assigned only once, mark it as a pointer to const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_matchers.hpp(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\local\data\github\catch\include\internal\catch_matchers.hpp(60): warning C26496: Value pointed to by 'matcher' is assigned only once, mark it as a pointer to const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\external\clara.hpp(587): warning C26495: Variable 'Catch::clara::detail::ResultBase::m_type' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\external\clara.hpp(581): warning C26495: Variable 'Catch::clara::detail::ResultBase::m_type' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\external\clara.hpp(503): warning C26495: Variable 'Catch::clara::detail::ResultValueBase<Catch::clara::detail::ParseState>::<unnamed-tag>::m_value' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\reporters\catch_reporter_bases.hpp(143): warning C26485: Expression '`Catch::getLineOfChars<45>'::`2'::line': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\reporters\catch_reporter_bases.hpp(146): warning C26485: Expression '`Catch::getLineOfChars<45>'::`2'::line': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\external\clara.hpp(403): warning C26495: Variable 'Catch::clara::detail::Token::type' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\internal\catch_tostring.h(248): 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\local\data\github\catch\include\internal\catch_tostring.h(225): 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\local\data\github\catch\include\internal\catch_tostring.h(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\local\data\github\catch\include\internal\catch_tostring.h(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\local\data\github\catch\include\internal\catch_tostring.h(231): 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\local\data\github\catch\include\internal\catch_tostring.h(288): 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\local\data\github\catch\include\internal\catch_tostring.h(289): 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\local\data\github\catch\include\internal\catch_tostring.h(290): 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\local\data\github\catch\include\internal\catch_evaluate.hpp(159): warning C26490: Don't use reinterpret_cast. (type.1: http://go.microsoft.com/fwlink/p/?LinkID=620417)
d:\own\local\data\github\catch\include\internal\catch_matchers.hpp(104): 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\local\data\github\catch\include\internal\catch_matchers.hpp(104): warning C26496: Value pointed to by 'matcher' is assigned only once, mark it as a pointer to const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_matchers.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\local\data\github\catch\include\internal\catch_matchers.hpp(93): warning C26496: Value pointed to by 'matcher' is assigned only once, mark it as a pointer to const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_assertionresult.cpp(48): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_assertionresult.cpp(63): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_commandline.cpp(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\local\data\github\catch\include\internal\catch_commandline.cpp(34): 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\local\data\github\catch\include\external\clara.hpp(623): 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\local\data\github\catch\include\internal\catch_common.cpp(84): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_common.cpp(110): 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\local\data\github\catch\include\internal\catch_exception_translator_registry.cpp(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\local\data\github\catch\include\internal\catch_common.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\local\data\github\catch\include\internal\catch_fatal_condition.cpp(51): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\local\data\github\catch\include\internal\catch_fatal_condition.cpp(52): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\local\data\github\catch\include\internal\catch_list.cpp(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\local\data\github\catch\include\internal\catch_list.cpp(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\local\data\github\catch\include\internal\catch_list.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\local\data\github\catch\include\internal\catch_list.cpp(110): 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\local\data\github\catch\include\internal\catch_list.cpp(111): 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\local\data\github\catch\include\internal\catch_list.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\local\data\github\catch\include\internal\catch_list.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\local\data\github\catch\include\internal\catch_list.cpp(110): warning C26496: Variable 'testCase' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_list.cpp(135): warning C26496: Variable 'factories' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_list.cpp(137): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_list.cpp(140): warning C26496: Variable '<range>$L1' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\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\local\data\github\catch\include\internal\catch_option.hpp(23): warning C26495: Variable 'Catch::Option<unsigned int>::storage' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\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\local\data\github\catch\include\internal\catch_option.hpp(19): warning C26495: Variable 'Catch::Option<unsigned int>::storage' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\internal\catch_notimplemented_exception.cpp(17): 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\local\data\github\catch\include\internal\catch_notimplemented_exception.cpp(18): 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\local\data\github\catch\include\internal\catch_test_case_registry_impl.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\local\data\github\catch\include\internal\catch_registry_hub.cpp(34): 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\local\data\github\catch\include\internal\catch_result_builder.cpp(57): 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\local\data\github\catch\include\internal\catch_result_type.cpp(13): 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\local\data\github\catch\include\internal\catch_result_type.cpp(16): 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\local\data\github\catch\include\internal\catch_result_type.cpp(20): 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\local\data\github\catch\include\internal\catch_result_type.cpp(24): 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\local\data\github\catch\include\internal\catch_result_type.cpp(25): 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\local\data\github\catch\include\internal\catch_result_type.cpp(26): 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\local\data\github\catch\include\internal\catch_run_context.cpp(17): 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\local\data\github\catch\include\internal\catch_run_context.cpp(41): warning C26496: Variable 'prevTotals' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_run_context.cpp(220): warning C26496: Variable 'prevAssertions' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_section_info.cpp(63): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_section_info.cpp(63): 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\local\data\github\catch\include\internal\catch_section_info.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\local\data\github\catch\include\internal\catch_stringdata.h(40): warning C26490: Don't use reinterpret_cast. (type.1: http://go.microsoft.com/fwlink/p/?LinkID=620417)
d:\own\local\data\github\catch\include\internal\catch_stringdata.h(36): warning C26496: Variable 'refs' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_string.cpp(44): warning C26492: Don't use const_cast to cast away const. (type.3: http://go.microsoft.com/fwlink/p/?LinkID=620419)
d:\own\local\data\github\catch\include\internal\catch_string.cpp(68): warning C26485: Expression 'this->m_data->chars': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_stringbuilder.cpp(35): warning C26485: Expression 'other->m_data->chars': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_stringbuilder.cpp(48): warning C26492: Don't use const_cast to cast away const. (type.3: http://go.microsoft.com/fwlink/p/?LinkID=620419)
d:\own\local\data\github\catch\include\internal\catch_stringbuilder.cpp(93): warning C26485: Expression 'this->m_data->chars': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_stringbuilder.cpp(93): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_stringbuilder.cpp(99): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\local\data\github\catch\include\internal\catch_stringdata.cpp(30): warning C26496: Variable 'bufferLen' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_stringdata.cpp(36): warning C26495: Variable 'Catch::StringData::<unnamed-tag>::chars' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\internal\catch_stringdata.cpp(44): warning C26485: Expression 'this->chars': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_stringdata.cpp(45): warning C26482: Only index into arrays using constant expressions. (bounds.2: http://go.microsoft.com/fwlink/p/?LinkID=620414)
d:\own\local\data\github\catch\include\internal\catch_stringref.cpp(24): warning C26495: Variable 'Catch::StringRef::m_start' is uninitialized. Always initialize a member variable. (type.6: http://go.microsoft.com/fwlink/p/?LinkID=620422)
d:\own\local\data\github\catch\include\internal\catch_stringref.cpp(93): warning C26492: Don't use const_cast to cast away const. (type.3: http://go.microsoft.com/fwlink/p/?LinkID=620419)
d:\own\local\data\github\catch\include\internal\catch_stringref.cpp(104): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_stringref.cpp(115): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_tag_alias_registry.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\local\data\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\local\data\github\catch\include\internal\catch_test_case_info.cpp(67): warning C26496: Variable 'prop' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_test_case_info.cpp(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\local\data\github\catch\include\internal\catch_tostring.cpp(25): 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\local\data\github\catch\include\internal\catch_tostring.cpp(49): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\internal\catch_tostring.cpp(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\local\data\github\catch\include\internal\catch_tostring.cpp(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\local\data\github\catch\include\internal\catch_tostring.cpp(84): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_tostring.cpp(104): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\internal\catch_tostring.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\local\data\github\catch\include\internal\catch_tostring.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\local\data\github\catch\include\internal\catch_tostring.cpp(189): warning C26485: Expression 'chstr': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\internal\catch_tostring.cpp(58): 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\local\data\github\catch\include\internal\catch_version.cpp(32): warning C26481: Don't use pointer arithmetic. Use span instead. (bounds.1: http://go.microsoft.com/fwlink/p/?LinkID=620413)
d:\own\local\data\github\catch\include\reporters\catch_reporter_bases.cpp(28): warning C26496: Variable 'maxDoubleSize' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_bases.cpp(38): warning C26485: Expression 'buffer': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\reporters\catch_reporter_compact.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\local\data\github\catch\include\reporters\catch_reporter_compact.cpp(159): 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\local\data\github\catch\include\reporters\catch_reporter_compact.cpp(160): 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\local\data\github\catch\include\reporters\catch_reporter_console.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\local\data\github\catch\include\reporters\catch_reporter_console.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\local\data\github\catch\include\reporters\catch_reporter_console.cpp(284): warning C26496: Variable 'lineInfo' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_console.cpp(329): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(36): warning C26494: Variable 'timeStamp' is uninitialized. Always initialize an object. (type.5: http://go.microsoft.com/fwlink/p/?LinkID=620421)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(26): warning C26496: Variable 'timeStampSize' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(40): warning C26485: Expression 'timeStamp': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(44): warning C26485: Expression 'timeStamp': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(89): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(90): 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\local\data\github\catch\include\reporters\catch_reporter_junit.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\local\data\github\catch\include\reporters\catch_reporter_junit.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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(119): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(134): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(139): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(183): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(183): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(191): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(191): warning C26496: Variable '<range>$L0' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_junit.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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(231): 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\local\data\github\catch\include\reporters\catch_reporter_junit.cpp(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\local\data\github\catch\include\reporters\catch_reporter_junit.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\local\data\github\catch\include\reporters\catch_reporter_junit.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\local\data\github\catch\include\internal\catch_xmlwriter.hpp(169): 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\local\data\github\catch\include\internal\catch_xmlwriter.hpp(169): warning C26485: Expression 'attribute': No array to pointer decay. (bounds.3: http://go.microsoft.com/fwlink/p/?LinkID=620415)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(29): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(35): 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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(35): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(40): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(46): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(51): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(57): 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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(57): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(65): 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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(65): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(71): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(76): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(81): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(86): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.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\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(92): warning C26496: Variable 'reporter' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
d:\own\local\data\github\catch\include\reporters\catch_reporter_multi.cpp(112): 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\local\data\github\catch\include\reporters\catch_reporter_xml.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\local\data\github\catch\include\reporters\catch_reporter_xml.cpp(99): 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\local\data\github\catch\include\reporters\catch_reporter_xml.cpp(95): warning C26496: Variable 'includeResults' is assigned only once, mark it as const. (con.4: https://go.microsoft.com/fwlink/p/?LinkID=784969)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment