mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix PVS warnings (#4277)
* Fixing PVS warns * pvs: additional fixes --------- Co-authored-by: hedger <hedger@nanode.su>
This commit is contained in:
@@ -18,7 +18,7 @@ struct BtTestParam {
|
||||
void* context;
|
||||
};
|
||||
|
||||
ARRAY_DEF(BtTestParamArray, BtTestParam, M_POD_OPLIST);
|
||||
ARRAY_DEF(BtTestParamArray, BtTestParam, M_POD_OPLIST); //-V658
|
||||
|
||||
struct BtTest {
|
||||
View* view;
|
||||
|
||||
Reference in New Issue
Block a user