commit | 2711cc8416112f90a2c584824306eb0d07b5589f | [log] [tgz] |
---|---|---|
author | Louis Mayencourt <louis.mayencourt@arm.com> | Mon Feb 24 14:37:25 2020 +0000 |
committer | Louis Mayencourt <louis.mayencourt@arm.com> | Thu Feb 27 16:14:07 2020 +0000 |
tree | ddb9ebcde89c08f351d712727a807380c4538044 | |
parent | 0fc5403e0904b959b446311e462c75259375b88e [diff] |
fconf: Fix misra issues MISRA C-2012 Rule 20.7: Macro parameter expands into an expression without being wrapped by parentheses. MISRA C-2012 Rule 12.1: Missing explicit parentheses on sub-expression. MISRA C-2012 Rule 18.4: Essential type of the left hand operand is not the same as that of the right operand. Include does not provide any needed symbols. Change-Id: Ie1c6451cfbc8f519146c28b2cf15c50b1f36adc8 Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>