Address all gcc warnings, -Werror is not enabled yet but at least -Wall -Werror passes on my machine.
* Functions taking no parameters need to explicitly say (void). * Mark some functions as static that are * Comment out an unused function in bdz.c * Change loop indicies "i" to be unsigned if our limit is unsigned
This will be used for typelib indexing. See README-CMPH-IMPORT.txt for more information.