Assorted code cleanups
- Variable scope reductions
- Resolve
-Wsign-compare
warnings from gcc - Handle implicit conversion warnings from clang
- Use
calloc
instead ofmalloc
to allocate arrays
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
-Wsign-compare
warnings from gcccalloc
instead of malloc
to allocate arrays