dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.49k stars 112 forks source link

Fix conversion and sign-conversion warnings. #2610

Closed alexhsamuel closed 2 years ago

alexhsamuel commented 2 years ago

Fixes conversion and sign-conversion warnings that I hit with GCC 11.1.

Functions to mask out parts of channels and other bit-encoded quantities could neaten this, and I think would be inlined away?

alexhsamuel commented 2 years ago

Oh OK! Thanks!

I am of divided mind, whether I should forge ahead with my current toolchain, and fix up warnings as they crop up; or coordinate my toolchain with whatever you & continuous test use, so that I get the same warnings.