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

Explicitly declare property atomic to resolve Xcode warning #153

Merged
merged 1 commit into from
Mar 16, 2013
Merged

Explicitly declare property atomic to resolve Xcode warning #153

merged 1 commit into from
Mar 16, 2013

Conversation

danielctull
Copy link
Contributor

Without explicitly declaring the property to be atomic, Xcode raises the following warning when the -Weverything compiler flag is used.

Atomic by default property 'statusCodeValue' has a user defined getter (property should be marked 'atomic' if this is intended)

rentzsch added a commit that referenced this pull request Mar 16, 2013
[NEW] Declare scalar properties atomic to resolve -Weverything warning "Atomic by default property 'myInt16Value' has a user defined getter (property should be marked 'atomic' if this is intended)". Daniel Tull.
@rentzsch rentzsch merged commit ace3403 into rentzsch:master Mar 16, 2013
ddrccw pushed a commit to ddrccw/mogenerator that referenced this pull request Jan 20, 2014
[NEW] Declare scalar properties atomic to resolve -Weverything warning "Atomic by default property 'myInt16Value' has a user defined getter (property should be marked 'atomic' if this is intended)". Daniel Tull.
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