unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* _GL_UNUSED
@ 2014-03-26  1:02 Juanma Barranquero
  2014-03-26  1:22 ` _GL_UNUSED Paul Eggert
  0 siblings, 1 reply; 7+ messages in thread
From: Juanma Barranquero @ 2014-03-26  1:02 UTC (permalink / raw)
  To: Emacs developers

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-26 15:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26  1:02 _GL_UNUSED Juanma Barranquero
2014-03-26  1:22 ` _GL_UNUSED Paul Eggert
2014-03-26  1:39   ` _GL_UNUSED Juanma Barranquero
2014-03-26  3:57   ` _GL_UNUSED Eli Zaretskii
2014-03-26  9:29     ` _GL_UNUSED Juanma Barranquero
2014-03-26 15:21       ` _GL_UNUSED Eli Zaretskii
2014-03-26 15:24         ` _GL_UNUSED Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).