From 9b851a3bcba67d15ecaf002ed57d352a8ffb8ce9 Mon Sep 17 00:00:00 2001 From: James Trey Nickelsen Date: Wed, 19 Aug 2015 14:59:48 -0500 Subject: [PATCH] [On behalf of Lexmark]: Initialize scalar field in catch_assertionresult.h --- include/internal/catch_assertionresult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_assertionresult.h b/include/internal/catch_assertionresult.h index 99b3a7c3..638ef0a8 100644 --- a/include/internal/catch_assertionresult.h +++ b/include/internal/catch_assertionresult.h @@ -15,7 +15,7 @@ namespace Catch { struct AssertionInfo { - AssertionInfo() {} + AssertionInfo() : resultDisposition( ResultDisposition::Normal ) {} AssertionInfo( std::string const& _macroName, SourceLineInfo const& _lineInfo, std::string const& _capturedExpression,