lightning
[Top][All Lists]
Advanced

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

[Lightning] GCC warnings


From: Ludovic Courtès
Subject: [Lightning] GCC warnings
Date: Tue, 23 Aug 2005 14:51:12 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi,

Code that uses Lightning causes GCC (3.3.5) to loudly complain with
warnings like:

  reader.c:365: warning: value computed is not used

This occurs for various (but not all macros), among which `jit_movi_p',
`jit_finish', `jit_jmpi'.

According to the GCC manual, these warnings can be removed either by
passing it `-Wno-unused-value' or by casting these expressions to
`void'.

Could this be fixed in a future release?

Thanks,
Ludovic.




reply via email to

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