LYN-4657 OSX: Building AutomatedTesting project fails (#1436)

* LYN-4657 OSX: Building AutomatedTesting project fails

* forgot this file
This commit is contained in:
Esteban Papp
2021-06-18 11:57:37 -07:00
committed by GitHub
parent e746260f04
commit c02345fd71
4 changed files with 3 additions and 4 deletions
@@ -1206,7 +1206,7 @@ namespace JsonSerializationTests
if (this->m_features.m_enableInitializationTest)
{
auto instance = this->m_description.CreateDefaultInstance();
typename TypeParam::Type compare;
typename TypeParam::Type compare = typename TypeParam::Type{};
if (!this->m_description.AreEqual(*instance, compare))
{
auto serializer = this->m_description.CreateSerializer();