Date: Sat, 6 Mar 93 23:34:46 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: building go32 Has anyone ever built go32 with compiler warnings enabled? I want to try to add support for additional interrupt 21h functions. If I compile with BC 3.1, I get a disturbingly large number of warnings, although I do get a functional go32. Most of the warnings can be eliminated by straightforward changes: add prototypes, casts for "conversion may lose significant digits", etc. But, I have come across a few places where it isn't obvious how the code should read. I will post the questionable code lines when I finish the initial round of editing, but I wonder whether somebody has already done this task?