mirror of
https://github.com/python/cpython.git
synced 2025-10-29 17:38:56 +00:00
mi_atomic_load_explicit() casts 'p' argument to drop the 'const'
qualifier on Windows arm64 platform. Fix the compiler warning:
'function': different 'const' qualifiers
(compiling source file ..\Objects\mimalloc\options.c)
|
||
|---|---|---|
| .. | ||
| mimalloc | ||
| mimalloc.h | ||