Skip to content

Minor compiler warning cleanups

  • gitlab CI: stop requiring Signed-off-by in commits
  • constify some char * declarations
  • Quiet -Wempty-body warning
  • Replace malloc()+snprintf() with Xasprintf()
  • Replace malloc()+memset() with calloc()
Edited by Alan Coopersmith

Merge request reports