>>>>> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> inseturl.h:58: warning: unused parameter `int x' All these are gone. Michael> vspace.C:447: warning: control reaches end of non-void function `VSpace::asLatexCommand(const BufferParams&) const' I fixed this one, but it is bogus. Gcc is not able to see that there _has_ to be a return which is hit in the switch. Now compaq cxx will complain about not-reachable code :) JMarc