1
0
Fork 0
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:
Nobuyoshi Nakada 2021-08-08 17:18:56 +09:00
parent 836b7047a6
commit f584dc5a11
Notes: git 2021-08-09 11:22:18 +09:00

View file

@ -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];