-Werror=maybe-uninitialized

Change-Id: Id516aa921d13ff5c0085fb9cf76fefd56acb31ad
This commit is contained in:
Thorsten Behrens 2016-05-04 14:13:23 +02:00 committed by Thorsten Behrens
parent 8efd941ca2
commit 2cf939b2da

View File

@ -141,7 +141,7 @@ public:
if( m_ePropertyType == DIAGRAM )
{
bool bHasAmbiguousValue = false;
PROPERTYTYPE aValue;
PROPERTYTYPE aValue = PROPERTYTYPE();
if( detectInnerValue( aValue, bHasAmbiguousValue ) )
{
if(bHasAmbiguousValue)