Fixed warnings. M abi/src/af/util/xp/ut_exception.h M abi/src/text/ptbl/xp/pd_Document.cpp M abi/src/wp/impexp/xp/ie_exp_RTF.h M expat/lib/xmlparse.c M wv/libole2/ms-ole.c M zlib/trees.c As mentioned yesterday, the following trees all now build warning-free on Win32 using VC5 / Cygwin: expat libpng zlib wv abi The only remaining warnings here are these four impexp glitches, which I'll leave to their respective maintainers: -- snip -- ie_exp_Applix.cpp(288) : warning C4065: switch statement contains 'default' but no 'case' labels ie_exp_HTML.cpp(1298) : warning C4244: 'argument' : conversion from 'const unsig ned short' to 'char', possible loss of data ie_imp_MsWord_97.cpp(1180) : warning C4800: 'unsigned int' : forcing value to bo ol 'true' or 'false' (performance warning) ie_imp_MsWord_97.cpp(1186) : warning C4800: 'unsigned int' : forcing value to bo ol 'true' or 'false' (performance warning) -- snip -- Still TODO are the last two peer libraries: libiconv ... still in mid-upgrade psiconv ... Frodo, should these be fixed upstream instead? Enjoy! Paul, code janitor
