Skip to content

Fix MZ_FORCEINLINE define to work with GCC 4.7.1. #3299

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

Merged
merged 1 commit into from
Aug 29, 2012

Conversation

jld
Copy link
Contributor

@jld jld commented Aug 29, 2012

Using just always_inline without inline results in several instances
of "error: always_inline function might not be inlinable".

Using just __always_inline__ without inline results in several instances
of "error: always_inline function might not be inlinable".
graydon added a commit that referenced this pull request Aug 29, 2012
Fix MZ_FORCEINLINE define to work with GCC 4.7.1.
@graydon graydon merged commit cdcf5a7 into rust-lang:incoming Aug 29, 2012
jaisnan added a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
Related change:
- rust-lang@24e41f1d13


Resolves rust-lang#3294

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
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