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

Compile issue on fedora 24 #8

Closed
didier13150 opened this issue Apr 16, 2016 · 5 comments
Closed

Compile issue on fedora 24 #8

didier13150 opened this issue Apr 16, 2016 · 5 comments

Comments

@didier13150
Copy link

policy.y:221:1: error: narrowing conversion of '65535' from 'int' to 'short int' inside { } [-Wnarrowing]
Complete issue can be found here: https://bugzilla.redhat.com/attachment.cgi?id=1126647

@brc0x1
Copy link
Member

brc0x1 commented Apr 22, 2016

This is being fixed in OST 2.4.3.1. See pull request: #9

@brc0x1
Copy link
Member

brc0x1 commented Apr 22, 2016

Btw I'm going to verify that OST builds & runs correctly on Fedora 24 before merging this update.

@didier13150
Copy link
Author

good news. thanks

@brc0x1
Copy link
Member

brc0x1 commented Apr 24, 2016

Ok, the 2.4.3.1 update is out. GCC 6 support is the main new thing, along with fixing warnings and general code cleanup. With GCC 6 you'll see a fair number of warnings about std::auto_ptr being deprecated; this is harmless for now, but I'd like to address it in a future update, if I can figure out how to use std::unique_ptr when the compiler offers it, and std::auto_ptr otherwise.

@didier13150
Copy link
Author

Confirmed. You can close this bug if you want. Thanks a lot.

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

No branches or pull requests

2 participants