bug-guile
[Top][All Lists]
Advanced

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

bug#57119: Warning level 0 still yields warnings


From: Jean Abou Samra
Subject: bug#57119: Warning level 0 still yields warnings
Date: Wed, 10 Aug 2022 18:16:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

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.






reply via email to

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