dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.

Home Page:https://nick-black.com/dankwiki/index.php/Notcurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix up problems highlighted by clang-tidy-15

dankamongmen opened this issue · comments

Compiling with clang-tidy-15 highlights a number of potential problems. I have already fixed a few which were definite errors (see e.g. adc7313). Go through the remaining issues and get them resolved or comment up why they're not real problems (ideally, eliminate them all with code reorganization, even if they're false positives).