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

source fixes for GCC 6 #27

Closed
wants to merge 4 commits into from
Closed

source fixes for GCC 6 #27

wants to merge 4 commits into from

Conversation

mschwendt
Copy link

GCC 6 rejects the left shift of a non-positive number in several files and also throws a narrowing-conversion error for the arrays in test/NeXT.cpp

@mschwendt
Copy link
Author

Oh, the left shifting will need a better fix for 32-bit.

@mpruett
Copy link
Owner

mpruett commented Nov 20, 2016

Thanks for your suggestion, but I've taken another approach to solve this problem.

@mpruett mpruett closed this Nov 20, 2016
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.

None yet

2 participants