Use same signedness for i and matched_c. This should make
newsyslog(8) WARNS=6 clean.
This commit is contained in:
parent
68f1f47647
commit
e0f5f00d16
@ -890,7 +890,8 @@ get_worklist(char **files)
|
||||
static void
|
||||
expand_globs(struct conf_entry **work_p, struct conf_entry **glob_p)
|
||||
{
|
||||
int gmatch, gres, i;
|
||||
int gmatch, gres;
|
||||
size_t i;
|
||||
char *mfname;
|
||||
struct conf_entry *dupent, *ent, *firstmatch, *globent;
|
||||
struct conf_entry *lastmatch;
|
||||
|
Loading…
Reference in New Issue
Block a user