Skip to content

Assorted minor code cleanups

Alan Coopersmith requested to merge alanc/fstobdf:misc into master
  • EmitBitmap: declare maskTab as const
  • Reduce scope of some variables
  • AddQuotes: mark input as const
  • Store strlen() results in size_t instead of unsigned int
  • Simplify printing of warning header
  • Add .git-blame-ignore-revs to hide whitespace commits from git blame
Edited by Alan Coopersmith

Merge request reports