mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
suppress unused argument warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
21f6916b98
commit
23b9093f38
1 changed files with 1 additions and 1 deletions
|
@ -1333,7 +1333,7 @@ vm_block_handler_type(VALUE block_handler)
|
|||
}
|
||||
|
||||
static inline void
|
||||
vm_block_handler_verify(VALUE block_handler)
|
||||
vm_block_handler_verify(MAYBE_UNUSED(VALUE block_handler))
|
||||
{
|
||||
VM_ASSERT(block_handler == VM_BLOCK_HANDLER_NONE ||
|
||||
(vm_block_handler_type(block_handler), 1));
|
||||
|
|
Loading…
Add table
Reference in a new issue