Commit cc51d7e
Fix latent -Wall warnings the v0.74.0 cycle introduced
Three warnings show up when an embedder builds the mino tree as a
single cc invocation (mino-lsp, mino-nrepl): another /* inside a
block comment in ns_env.c (the *ns* var publish helper carries the
same slash-star pattern fixed earlier in install.c), an unused
mino_val_t local in read_namespaced_map, and an unused env parameter
on eval_declare.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent df00bed commit cc51d7e
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| 598 | + | |
598 | 599 | | |
599 | 600 | | |
600 | 601 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1505 | 1505 | | |
1506 | 1506 | | |
1507 | 1507 | | |
1508 | | - | |
1509 | 1508 | | |
1510 | 1509 | | |
1511 | 1510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments