Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/libxres:misc into master
  • Variable scope reductions
  • Resolve -Wsign-compare warnings from gcc
  • Handle implicit conversion warnings from clang
  • Use calloc instead of malloc to allocate arrays

Merge request reports