Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/xprop:misc into master
  • gitlab CI: stop requiring Signed-off-by in commits
  • Mark help() and grammar() with _X_NORETURN _X_COLD
  • Declare help() and print_help() as static
  • Rename "dpy" function arguments to "display" to avoid shadowing global
  • Resolve many gcc -Wsign-compare warnings
  • Variable scope reductions as suggested by cppcheck

Merge request reports