mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress unused-function warning when OPT_THREADED_CODE != 1
This commit is contained in:
parent
836b7047a6
commit
f584dc5a11
Notes:
git
2021-08-09 11:22:18 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
static void vm_analysis_insn(int insn);
|
||||
#endif
|
||||
|
||||
MAYBE_UNUSED(static void vm_insns_counter_count_insn(int insn));
|
||||
#if USE_INSNS_COUNTER
|
||||
static size_t rb_insns_counter[VM_INSTRUCTION_SIZE];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue