In `FM_TableInit()`, the return value for `CFE_TBL_Load()` is not being used. This was found using CodeSonar. See [here](https://github.com/myc-yang/FM/blob/dev/fsw/src/fm_table_utils.c#L58).
In
FM_TableInit(), the return value forCFE_TBL_Load()is not being used. This was found using CodeSonar.See here.