You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's mostly mvinch() usage when checking a character at a position.
From what I can find, this is the intended usage - but libncurseschtype 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.
Figure out what was intended for each
-Wconstant-conversion
error and fix it.The text was updated successfully, but these errors were encountered: