-Werror,-Wlogical-op-parentheses
Change-Id: I39f59a88c34c37bad520dd44f3e8fcaf4a016eee
This commit is contained in:
parent
5508383014
commit
e3eebcc45c
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user