unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* suppressable byte compilation warnings and cconv.el
@ 2016-04-13 20:17 Paul Pogonyshev
  2016-04-14  1:35 ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Pogonyshev @ 2016-04-13 20:17 UTC (permalink / raw)
  To: emacs-devel

In file `bytecomp.el' there is a customizable variable
`byte-compile-warnings' that allows one to selectively silence certain
warnings. However, functions in `cconv.el' don't make use of that at
all, their warnings are unconditionally printed.

In particular, I'm annoyed by warnings like this:

    Warning: Unused lexical argument ‘size’

I can create a patch to make some warnings in `cconv.el' suppressable
too. Does that sound like a good idea?

Paul



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

end of thread, other threads:[~2016-04-14 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 20:17 suppressable byte compilation warnings and cconv.el Paul Pogonyshev
2016-04-14  1:35 ` Stefan Monnier
2016-04-14  7:49   ` Paul Pogonyshev
2016-04-14  8:44     ` Paul Pogonyshev
2016-04-14 12:04       ` Stefan Monnier
2016-04-14 15:44         ` Paul Pogonyshev

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).