-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
prefix.c:1273:12: style: Redundant initialization for 'maxoff'. The initialized value is overwritten before it is read. [redundantInitialization]
maxoff = entryvec->n - 1;
^
prefix.c:1260:25: note: maxoff is initialized
OffsetNumber maxoff = entryvec->n - 1;
^
prefix.c:1273:12: note: maxoff is overwritten
maxoff = entryvec->n - 1;
^
Metadata
Metadata
Assignees
Labels
No labels