Minor compiler warning cleanups
- gitlab CI: stop requiring
Signed-off-by
in commits - constify some
char *
declarations - Quiet
-Wempty-body
warning - Replace
malloc()
+snprintf()
withXasprintf()
- Replace
malloc()
+memset()
withcalloc()
Edited by Alan Coopersmith