rb_compile_warning 1359 compile.c      				    rb_compile_warning(RSTRING_PTR(iseq->filename), iobj->line_no,
rb_compile_warning  858 ext/ripper/ripper.c # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt)
rb_compile_warning  859 ext/ripper/ripper.c # define rb_warningS(fmt,a) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt, a)
rb_compile_warning 10304 ext/ripper/ripper.c     rb_compile_warning(ruby_sourcefile, linenum,
rb_compile_warning 13114 ext/ripper/ripper.c     rb_compile_warning(ruby_sourcefile, nd_line(node), "%s", mesg);
rb_compile_warning  554 ext/ripper/ripper.y # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt)
rb_compile_warning  555 ext/ripper/ripper.y # define rb_warningS(fmt,a) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt, a)
rb_compile_warning 4904 ext/ripper/ripper.y     rb_compile_warning(ruby_sourcefile, linenum,
rb_compile_warning 7714 ext/ripper/ripper.y     rb_compile_warning(ruby_sourcefile, nd_line(node), "%s", mesg);
rb_compile_warning  964 include/ruby/ruby.h PRINTF_ARGS(void rb_compile_warning(const char *, int, const char*, ...), 3, 4);
rb_compile_warning  858 parse.c        # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt)
rb_compile_warning  859 parse.c        # define rb_warningS(fmt,a) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt, a)
rb_compile_warning 10236 parse.c            rb_compile_warning(ruby_sourcefile, linenum,
rb_compile_warning 13046 parse.c            rb_compile_warning(ruby_sourcefile, nd_line(node), "%s", mesg);
rb_compile_warning  554 parse.y        # define rb_warning0(fmt) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt)
rb_compile_warning  555 parse.y        # define rb_warningS(fmt,a) rb_compile_warning(ruby_sourcefile, ruby_sourceline, fmt, a)
rb_compile_warning 4904 parse.y            rb_compile_warning(ruby_sourcefile, linenum,
rb_compile_warning 7714 parse.y            rb_compile_warning(ruby_sourcefile, nd_line(node), "%s", mesg);