Just to be on the safe side about avoiding other portability hazards
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 13 Nov 2005 13:07:52 +0000 (13:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 13 Nov 2005 13:07:52 +0000 (13:07 +0000)
commitee90d1f0229c97e51b96cb92714de6f6d5b2b450
tree000346c81730d18b61ff2f85bae338407d3b75a1
parent961ee75b995cd4a9b9ce31aab6e10ad61d8131dc
Just to be on the safe side about avoiding other portability hazards
in future, add `-ansi -pedantic' to the Halibut default compile
options and fix the few resulting warnings (mostly signed/unsigned
char mismatches and commas at the ends of enums). The one remaining
warning I'm still seeing is `missing initializer' for the big table
in charset/iso2022.c, but I think the code genuinely is more
readable this way, and I haven't found a gcc option to disable that
specific warning.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@6458 cda61777-01e9-0310-a592-d414129be87e
Makefile
halibut.h
input.c
winhelp.c