-Werror,-Wlogical-op-parentheses

Change-Id: I39f59a88c34c37bad520dd44f3e8fcaf4a016eee
This commit is contained in:
Stephan Bergmann 2015-11-19 21:53:27 +01:00
parent 5508383014
commit e3eebcc45c

View File

@ -213,7 +213,7 @@ void Interceptor::generateFeatureStateEvent()
for(int i = 0; i < IUL; ++i)
{
if( i == 1 || m_bLink && i != 5 )
if( i == 1 || (m_bLink && i != 5) )
continue;
cppu::OInterfaceContainerHelper* pICH =