silence warning
This commit is contained in:
parent
1574caa0df
commit
5ba56e9139
@ -472,7 +472,7 @@ static Reprog*
|
|||||||
regcomp1(char *s, int literal, int dot_type)
|
regcomp1(char *s, int literal, int dot_type)
|
||||||
{
|
{
|
||||||
int token;
|
int token;
|
||||||
Reprog *pp;
|
Reprog *volatile pp;
|
||||||
|
|
||||||
/* get memory for the program */
|
/* get memory for the program */
|
||||||
pp = malloc(sizeof(Reprog) + 6*sizeof(Reinst)*strlen(s));
|
pp = malloc(sizeof(Reprog) + 6*sizeof(Reinst)*strlen(s));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user