-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-5843
-
-
-
No direct workaround. The warning can be suppressed by the usual methods, or corrected as described in the report.
-
If a local variable's address is taken before the variable is initialised, there will usually not be a warning with default settings. However, if any --check_misra option is used, the compiler will issue a used-before-set warning for the variable.
Use of --check_misra=14.10 causes non-MISRA related warning to be emitted