mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
More "set but not used".
Why is finding them so unreliable for me?
This commit is contained in:
parent
607a4be2e2
commit
c57d252dd4
1 changed files with 1 additions and 2 deletions
|
@ -580,7 +580,7 @@ static void
|
|||
GIB_Regex_Replace_f (void)
|
||||
{
|
||||
regex_t *reg;
|
||||
int ofs, len;
|
||||
int ofs;
|
||||
regmatch_t match[10];
|
||||
|
||||
if (GIB_Argc () != 5) {
|
||||
|
@ -589,7 +589,6 @@ GIB_Regex_Replace_f (void)
|
|||
}
|
||||
|
||||
ofs = 0;
|
||||
len = strlen (GIB_Argv (4));
|
||||
|
||||
if (!
|
||||
(reg =
|
||||
|
|
Loading…
Reference in a new issue