bug#47031: False positives for ‘-Wunbound-variable’ in 3.0.5
Ludovic Courtès <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Ludovic Courtès <[email protected]> skribis: > The problem was that ‘make-compound-condition’ is re-exported from (srfi > srfi-35) and this particular case was not handled. > > The attached patch fixes it. Let me know what you think! Pushed as 5969490f55e5a167a3eb2573a3c5241c0ce079f3 following the IRC’d LGTM. :-) Ludo’.