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

MSVC fix: include <intrin.h> for _AddressOfReturnAddress #899

Merged

Conversation

past-due
Copy link
Contributor

@past-due past-due commented Feb 8, 2025

Fixes: warning C5250: '_AddressOfReturnAddress': intrinsic function not declared
(Ref: https://learn.microsoft.com/en-us/cpp/intrinsics/addressofreturnaddress)

Fix: warning C5250: '_AddressOfReturnAddress': intrinsic function not declared
@past-due past-due force-pushed the msvc_returnaddress_intrinsic_fix_1 branch from d4e0c68 to 8397acc Compare February 8, 2025 14:14
@saghul saghul merged commit 7206330 into quickjs-ng:master Feb 8, 2025
59 checks passed
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.

2 participants