Fix mandatory MISRA violations reported by PClint
Fix false positive, mandatory MISRA violations reported by PClint to prevent having to carry a justification for them.
- Two-step initialization of complex values
- Explicit initialization to invalid values for some variables, so should it ever get used a test should immediately catch it
- Align the initialization in
expfto the one inexp
Edited by Thomas Wucher