Assorted code cleanups
- Variable scope reductions as recommended by cppcheck
-
args_copy
variable is unused ifHAVE_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