lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV devel -76 build on VMS


From: T.E.Dickey
Subject: Re: LYNX-DEV devel -76 build on VMS
Date: Wed, 8 Oct 1997 05:48:00 -0400 (EDT)

> > to:
> > 
> >                     if (UCLYhndl_for_unspec >= 0)
> >                         addstr((char *)
> >                                LYCharSet_UC[UCLYhndl_for_unspec].MIMEname);
> > 
> 
> I did that, but the price is that I get one *more* warning when compiling
> (solaris) with ncurses and gcc -Wcast-qual.  You just can't win with this
> stuff...  (I'll leave it as you suggest.  Someone said once that VMS users
> are conditioned to take all compiler warnings very seriously...)
... 
>    Klaus
There's not much you can do about addstr, since the header files lag the
spec by several years (and the spec itself hasn't caught up anyway ;-).
If LYCharSet_UC is always readonly, there's not much to do about it.
(You can configure ncurses -- as an extension -- to accept const in places
like this, though).

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]