* regparse.c: fix warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c509bec71d
commit
541e1aff20
@ -1738,7 +1738,7 @@ add_code_range_to_buf0(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePo
|
||||
int checkdup)
|
||||
{
|
||||
int r, inc_n, pos;
|
||||
int low, high, bound, x;
|
||||
OnigCodePoint low, high, bound, x;
|
||||
OnigCodePoint n, *data;
|
||||
BBuf* bbuf;
|
||||
|
||||
@ -3239,7 +3239,6 @@ fetch_named_backref_token(OnigCodePoint c, OnigToken* tok, UChar** src,
|
||||
UChar* end, ScanEnv* env)
|
||||
{
|
||||
int r, num;
|
||||
OnigEncoding enc = env->enc;
|
||||
const OnigSyntaxType* syn = env->syntax;
|
||||
UChar* prev;
|
||||
UChar* p = *src;
|
||||
|
Loading…
x
Reference in New Issue
Block a user