From: J.P. K. <jp...@he...> - 2001-12-13 12:09:40
|
> > We now have no warnings under any of Solaris, Linux and FreeBSD. :-) > Good grief! How did you get rid of the const casts and the regexp stuff? The regexp stuff wasn't done in the recent round of fixes - I am not even sure that it was me that dealt with that. The const casts I dealt with by introducing a new variable char *tmpstring and using strcpy to copy a const char * (or quoted string) into tmpstring, and then used that. It is undoubtedly inefficient, but it avoids having to fix curses, which I view as a good thing. :-) > - Peter Julian |