summaryrefslogtreecommitdiff
path: root/test/ruby/test_stack.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-10 08:00:25 -0800
committerGitHub <noreply@github.com>2023-01-10 11:00:25 -0500
commit6a585dbd5a41d5a9e0a8e406fef133e89bafb832 (patch)
tree2650388d8f79f974568c8ff24e2c783899ed228a /test/ruby/test_stack.rb
parentbe1db1ca5cce4f2a6e64958e9f36e8b2ba907168 (diff)
YJIT: Fix a compilation warning with release build (#7092)
warning: unused variable: `start_addr` --> ../yjit/src/asm/mod.rs:359:39 | 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_addr` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `end_addr` --> ../yjit/src/asm/mod.rs:359:60 | 359 | pub fn remove_comments(&mut self, start_addr: CodePtr, end_addr: CodePtr) { |
Notes
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
Diffstat (limited to 'test/ruby/test_stack.rb')
0 files changed, 0 insertions, 0 deletions