On Tue, 9 Nov 2004, Henry Nelson wrote: > On Sun, Nov 07, 2004 at 01:08:18PM -0500, Thomas Dickey wrote: > > 2004-11-07 (2.8.6dev.8) > > Happened to notice this warning (gcc version 3.3.3, SunOS 5.8): > LYStrings.c: In function `setup_vtXXX_keymap': > LYStrings.c:1374: warning: passing arg 1 of `SLkm_define_keysym' discards > qualif > iers from pointer target type
That's been that way since the interface was made. I investigated it before and decided it was "safe" (slang does not make appropriate use of const). Upcoming slang 2.0 changes that interface incompatibily, so I'll revisit that sometime. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/lynx-dev
