PRIsWARN         14896 ext/ripper/ripper.c 		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         14902 ext/ripper/ripper.c 		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         14908 ext/ripper/ripper.c 	    rb_warning1("possible reference to past scope - %"PRIsWARN, rb_id2str(id));
PRIsWARN         15120 ext/ripper/ripper.c 	    rb_warning1("shadowing outer local variable - %"PRIsWARN, rb_id2str(name));
PRIsWARN         16077 ext/ripper/ripper.c 	rb_warn1L((int)u[i], "assigned but unused variable - %"PRIsWARN, rb_id2str(v[i]));
PRIsWARN         9147 ext/ripper/ripper.y 		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         9153 ext/ripper/ripper.y 		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         9159 ext/ripper/ripper.y 	    rb_warning1("possible reference to past scope - %"PRIsWARN, rb_id2str(id));
PRIsWARN         9371 ext/ripper/ripper.y 	    rb_warning1("shadowing outer local variable - %"PRIsWARN, rb_id2str(name));
PRIsWARN         10328 ext/ripper/ripper.y 	rb_warn1L((int)u[i], "assigned but unused variable - %"PRIsWARN, rb_id2str(v[i]));
PRIsWARN         14820 parse.c        		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         14826 parse.c        		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         14832 parse.c        	    rb_warning1("possible reference to past scope - %"PRIsWARN, rb_id2str(id));
PRIsWARN         15044 parse.c        	    rb_warning1("shadowing outer local variable - %"PRIsWARN, rb_id2str(name));
PRIsWARN         16001 parse.c        	rb_warn1L((int)u[i], "assigned but unused variable - %"PRIsWARN, rb_id2str(v[i]));
PRIsWARN         9147 parse.y        		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         9153 parse.y        		rb_warn1("circular argument reference - %"PRIsWARN, rb_id2str(id));
PRIsWARN         9159 parse.y        	    rb_warning1("possible reference to past scope - %"PRIsWARN, rb_id2str(id));
PRIsWARN         9371 parse.y        	    rb_warning1("shadowing outer local variable - %"PRIsWARN, rb_id2str(name));
PRIsWARN         10328 parse.y        	rb_warn1L((int)u[i], "assigned but unused variable - %"PRIsWARN, rb_id2str(v[i]));