Re: compiling under Windows 10 cygwin x86_64

Valery Ushakov <[email protected]> Thu, 28 Sep 2017 03:43:31 +0300
Newsgroups gmane.comp.type-setting.lout
Message-ID <[email protected]>
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