lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx2.8.6dev.19 compile problems solaris8 gcc 2.95.2


From: Thomas Dickey
Subject: Re: [Lynx-dev] lynx2.8.6dev.19 compile problems solaris8 gcc 2.95.2
Date: Fri, 1 Sep 2006 17:18:38 -0400 (EDT)

On Fri, 1 Sep 2006, Rado S wrote:

Moin,

solaris8, gcc 2.95.2 doesn't like those 3 lines in src/LYStrings.c:
It won't compile with them, when I remove them it's fine.

------ QUOTE BEGIN ------
    114     (void) win;
    115     (void) row;
    116     (void) position;
------- QUOTE END -------


Another warning appears despite --disable-echo, but it compiles:

../LYStrings.c:1398: warning: passing arg 1 of `define_key' discards qualifiers 
from pointer target type

that one's harmless - ncurses doesn't modify the parameter,
and I modified the prototype to reflect that in 20030517 (before ncurses 5.4).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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