Skip to content

gh-90815: Fix mimalloc atomic.h on Windows arm64#111527

Merged
vstinner merged 1 commit intopython:mainfrom
vstinner:mimalloc_win_arm64
Oct 30, 2023
Merged

gh-90815: Fix mimalloc atomic.h on Windows arm64#111527
vstinner merged 1 commit intopython:mainfrom
vstinner:mimalloc_win_arm64

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Oct 30, 2023

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)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant