-Werror=maybe-uninitialized
Change-Id: Id516aa921d13ff5c0085fb9cf76fefd56acb31ad
This commit is contained in:
committed by
Thorsten Behrens
parent
8efd941ca2
commit
2cf939b2da
@@ -141,7 +141,7 @@ public:
|
||||
if( m_ePropertyType == DIAGRAM )
|
||||
{
|
||||
bool bHasAmbiguousValue = false;
|
||||
PROPERTYTYPE aValue;
|
||||
PROPERTYTYPE aValue = PROPERTYTYPE();
|
||||
if( detectInnerValue( aValue, bHasAmbiguousValue ) )
|
||||
{
|
||||
if(bHasAmbiguousValue)
|
||||
|
Reference in New Issue
Block a user