Skip to content

Assorted code cleanups

Alan Coopersmith requested to merge alanc/fonttosfnt:cleanup into master
  • Variable scope reductions as recommended by cppcheck
  • args_copy variable is unused if HAVE_DECL_VA_COPY is not defined
  • makeBitmap: declare raster parameter const as recommended by cppcheck
  • Remove unused function findIndex
  • Allow inlining makeName
  • Use C99 compound literals to initialize newly allocated structs

Merge request reports