Initialise unexpectedExceptions in JUnitReporter

This commit is contained in:
Phil Nash 2017-07-13 10:10:39 +01:00
parent f193698fb3
commit cf6f9e3253
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ namespace Catch {
Timer suiteTimer;
std::ostringstream stdOutForSuite;
std::ostringstream stdErrForSuite;
unsigned int unexpectedExceptions;
unsigned int unexpectedExceptions = 0;
bool m_okToFail = false;
};