1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Reduce warnings

This commit is contained in:
TSUYUSATO Kitsune 2022-11-09 16:22:42 +09:00 committed by Yusuke Endoh
parent 36ff0521c1
commit 1dc4128e92
2 changed files with 10 additions and 12 deletions

View file

@ -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);