mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
dln.c: suppress unused function 'abi_check_enabled_p' warning for wasi
This commit is contained in:
parent
eebc24218a
commit
33dadb2c8a
Notes:
git
2022-03-01 23:34:11 +09:00
1 changed files with 1 additions and 1 deletions
2
dln.c
2
dln.c
|
@ -426,7 +426,7 @@ dln_sym(void *handle, const char *symbol)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if RUBY_DLN_CHECK_ABI
|
#if RUBY_DLN_CHECK_ABI && (defined(_WIN32) || defined(USE_DLN_DLOPEN))
|
||||||
static bool
|
static bool
|
||||||
abi_check_enabled_p(void)
|
abi_check_enabled_p(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue