Fix unused variable warnings for GC variables (wikitext, 6f29a90)

These GC-related variables aren't used, but we don't want to be warned about that seeing as it is intentional (we just want them on the stack to prevent premature GC).

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← RSTRING_PTR and RSTRING_LEN fixes for Ruby 1.8.5 compatibility (wikitext, 7e157f8)
Fix "inline is not at beginning of declaration" warning (wikitext, e5a1e6e) →

All snippets