Fixing parantheses in if expressions
- clang outputs a warning (=error in Core) for following expressions: 'if(( x == y ))' and the double parentheses is obsolete
Fixing parantheses in if expressions Tags None Referenced Files None Subscribers None
Description
Details
|