K 10 svn:author V 5 markm K 8 svn:date V 27 2001-09-04T17:10:57.000000Z K 7 svn:log V 252 WARNS=2 fixes. The remaining problem of converting highly incompatible pointer types is done by "laundering" the value through a union. This solves the problem (in my own mind) of how a "const char *" _ever_ actually gets a value in a WARNS=2 world. END