emacs-devel
[Top][All Lists]
Advanced

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

_GL_UNUSED


From: Juanma Barranquero
Subject: _GL_UNUSED
Date: Wed, 26 Mar 2014 02:02:11 +0100

Compiling Emacs on Windows with full warnings generates almost 300
"unused parameter" warnings. Of those, ~180 are really unused (the
rest are used in non-Windows sections of code), and could be silenced
by using _GL_UNUSED.

It's OK to use _GL_UNUSED in the sources, or there's some preference
not to use it for some reason?

    J



reply via email to

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