Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atomic: Fix missing memory order arguments in MSVC atomic functions #766

Merged
merged 1 commit into from
Apr 15, 2023

Conversation

Lastique
Copy link
Contributor

Fixes #763.

Also adds a missing const qualification in one _re_atomic_load.

This is not tested on ARM. @alfredh, please, test if it compiles for you.

@alfredh
Copy link
Contributor

alfredh commented Apr 15, 2023

thanks, it works:

microsoft/vcpkg#30859

@sreimers sreimers changed the title Fix missing memory order arguments in MSVC atomic functions atomic: Fix missing memory order arguments in MSVC atomic functions Apr 15, 2023
@sreimers sreimers merged commit c957af0 into baresip:main Apr 15, 2023
@Lastique Lastique deleted the feature/fix_msvc_arm_atomic branch April 15, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error on Windows ARM
3 participants