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

Fix MSVC build #12214

Merged
merged 1 commit into from
Jul 20, 2015
Merged

Fix MSVC build #12214

merged 1 commit into from
Jul 20, 2015

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Jul 19, 2015

various complaints about unknown void * size in pointer arithmetic (ref d81f6d2#commitcomment-12240818),
inconsistent linkage in gc functions due to moving the extern "C" in #11358,
and different spelling of _Static_assert from #12144

Also need to replace the sysimg patch in #12056 with https://gist.github.com/bb6b600056bf2bbeb42a once this gets merged.

inconsistent linkage in gc functions due to moving the extern "C",
and different spelling of _Static_assert
@tkelman
Copy link
Contributor Author

tkelman commented Jul 20, 2015

This is tiny now that @vtjnash fixed the pointer arithmetic parts, so I'll merge when green if nobody says otherwise.

tkelman added a commit that referenced this pull request Jul 20, 2015
@tkelman tkelman merged commit 298231e into master Jul 20, 2015
@tkelman tkelman deleted the tk/fixmsvc branch July 20, 2015 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant