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

Can't get it to compile in XCode 4.6 #4

Closed
curyous opened this issue Feb 21, 2013 · 1 comment · Fixed by #9
Closed

Can't get it to compile in XCode 4.6 #4

curyous opened this issue Feb 21, 2013 · 1 comment · Fixed by #9

Comments

@curyous
Copy link

curyous commented Feb 21, 2013

When compiling the release version of WTF iOS for iPhone 6.0 Simulator, I get errors in FastMalloc.cpp. Any idea how to fix the errors?

.../XCode Projects/JavaScriptCore-iOS/WTF/wtf/FastMalloc.cpp:2477:8: error: private field 'pad_' is not used [-Werror,-Wunused-private-field]
char pad_[(64 - (sizeof(TCMalloc_Central_FreeList) % 64)) % 64];

.../XCode Projects/JavaScriptCore-iOS/WTF/wtf/FastMalloc.cpp:4544:31: error: private field 'm_reader' is not used [-Werror,-Wunused-private-field]
const RemoteMemoryReader& m_reader;

@phoboslab
Copy link
Owner

The new XCode version introduces some more warning conditions. JSC treats warnings as errors by default - 1642782 disables that.

namuol added a commit to namuol/JavaScriptCore-iOS that referenced this issue Aug 18, 2013
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 a pull request may close this issue.

2 participants