Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/imake:misc into master
  • Fix -Wsign-compare warnings
  • Fix -Wshadow warnings
  • Make Emalloc() argument a size_t to match malloc()
  • Simplify HAVE_MKSTEMP block
  • unifdef SIGNALRETURNSINT
  • Add .git-blame-ignore-revs to hide whitespace commits from git blame

Merge request reports