mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-84461: Silence some compiler warnings on WASM (GH-93978)
This commit is contained in:
parent
affa9f22cf
commit
774ef28814
7 changed files with 12 additions and 8 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
@ -24652,7 +24652,7 @@ $as_echo_n "checking for stdlib extension module _ctypes_test... " >&6; }
|
|||
if test "$py_cv_module__ctypes_test" != "n/a"; then :
|
||||
|
||||
if test "$TEST_MODULES" = yes; then :
|
||||
if true; then :
|
||||
if test "$ac_cv_func_dlopen" = yes; then :
|
||||
py_cv_module__ctypes_test=yes
|
||||
else
|
||||
py_cv_module__ctypes_test=missing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue