AmigaPorts/ACE

Remove warnings on release builds

tehKaiN opened this issue · 1 comments

  • checkNull
  • blitter fns
  • memory fns?
  • log fns?

Could be fixed by doing an ifdef ACE_DEBUG inside function body, so that functions exist but are empty in release builds. This way, fn calls should be optimized away.