commit | 929956df70dd178b466ab9fbfcb147c01579059d | [log] [tgz] |
---|---|---|
author | Maksim Masalski <maksim.masalski@intel.com> | Mon May 17 16:58:20 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 18 08:36:57 2021 -0400 |
tree | c4d5b78488878cbf44444eeb1ddf7f82dc71d3d6 | |
parent | 6586d0f5c41308d51c24af0447ced4deeeb8f294 [diff] |
coding guidelines rule 14_3_j: add explicit case check Violation of the [MISRAC2012-RULE_14_3-j]: Boolean operations whose results are invariant shall not be permitted Probably in that part of code is a misprint. Added to check _OBJ_INIT_FALSE case explicitly Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>