mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reduce warnings
This commit is contained in:
parent
36ff0521c1
commit
1dc4128e92
2 changed files with 10 additions and 12 deletions
|
@ -744,8 +744,8 @@ typedef struct {
|
|||
typedef struct {
|
||||
int lower;
|
||||
int upper;
|
||||
int base_num;
|
||||
int inner_num;
|
||||
long base_num;
|
||||
long inner_num;
|
||||
} OnigRepeatRange;
|
||||
|
||||
typedef void (*OnigWarnFunc)(const char* s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue