unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#57119: Warning level 0 still yields warnings
@ 2022-08-10 16:16 Jean Abou Samra
  0 siblings, 0 replies; only message in thread
From: Jean Abou Samra @ 2022-08-10 16:16 UTC (permalink / raw)
  To: 57119

For example:

$ cat cased.scm
(case 5
   ((5 5) 5))
$ guild3.0 compile -W0 cased.scm
cased.scm:2:3: warning: duplicate datum 5 in clause ((5 5) 5) of case 
expression (case 5 ((5 5) 5))
wrote `/[...]/cased.scm.go'


The documentation says that passing -W0 suppresses all warnings.
The above shows that this is not the case, at least not for
all warnings.

This is with Guile 3.0.7.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-10 16:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 16:16 bug#57119: Warning level 0 still yields warnings Jean Abou Samra

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