Assorted code cleanups
- gitlab CI: stop requiring
Signed-off-by
in commits - Mark
help()
andgrammar()
with_X_NORETURN _X_COLD
- Declare
help()
andprint_help()
asstatic
- Rename "
dpy
" function arguments to "display
" to avoid shadowing global - Resolve many
gcc -Wsign-compare
warnings - Variable scope reductions as suggested by
cppcheck