lout-users
[Top][All Lists]
Advanced

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

Re: compiling under Windows 10 cygwin x86_64


From: Valery Ushakov
Subject: Re: compiling under Windows 10 cygwin x86_64
Date: Thu, 28 Sep 2017 03:43:31 +0300
User-agent: Mutt/1.8.3 (2017-05-23)

On Tue, Sep 26, 2017 at 21:12:34 -0500, Daniel Ajoy wrote:

> I think the warnings and notes about BePutChar might be of interest
> to developers.
[...]
> z36.c: In function 'TrieRead':
> z36.c:678:58: warning: right-hand operand of comma expression has no effect 
> [-Wunused-value]
>  #define BePutChar(fp, v)   ( putc( (char) (v & 0xFF), fp), 0 )

You can safely ignore them, this is just gcc being gcc.

-uwe



reply via email to

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