Skip to content

Commit

Permalink
Fix PVS warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Oct 24, 2023
1 parent 2248b39 commit 71c263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/main/infrared/views/infrared_move_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct InfraredMoveView {
void* callback_context;
};

ARRAY_DEF(InfraredMoveViewItemArray, const char*, M_CSTR_DUP_OPLIST);
ARRAY_DEF(InfraredMoveViewItemArray, const char*, M_CSTR_DUP_OPLIST); //-V575

typedef struct {
InfraredMoveViewItemArray_t labels;
Expand Down

0 comments on commit 71c263b

Please sign in to comment.