Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/bdftopcf:misc into master
  • Variable scope reductions as recommended by cppcheck
  • Delete functions identified as unused by cppcheck
  • Make some functions static that aren't called from other files
  • Remove redundant assignment
  • Remove redundant null-pointer check
  • Fix -Wsign-compare warnings
  • Remove unnecessary cast of strlen result in malloc argument

Merge request reports