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

Fix constant-conversion Errors #3

Open
ajpaulson opened this issue Aug 21, 2015 · 1 comment
Open

Fix constant-conversion Errors #3

ajpaulson opened this issue Aug 21, 2015 · 1 comment
Labels

Comments

@ajpaulson
Copy link
Owner

Figure out what was intended for each -Wconstant-conversion error and fix it.

@ajpaulson
Copy link
Owner Author

It's mostly mvinch() usage when checking a character at a position.

From what I can find, this is the intended usage - but libncurses chtype is an unsigned long and that means we're implicitly converting.

given that ncurses is still maintained with fixes to match current standards ( http://www.gnu.org/software/ncurses/ ), a more robust method of checking this should be used.

@ajpaulson ajpaulson added the bug label Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant