This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Commit d7d145a
committed
fix(ci): remove unused cexpr_node_by_id, guard csv memset for -Werror
macOS clang flags -Wunused-function on cexpr_node_by_id (defined
but never called). Ubuntu CI GCC -O3 flags -Wstringop-overflow on
memset with potentially negative ncols cast to size_t.1 parent 42568c1 commit d7d145a
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1279 | 1279 | | |
1280 | 1280 | | |
1281 | 1281 | | |
1282 | | - | |
| 1282 | + | |
1283 | 1283 | | |
1284 | 1284 | | |
1285 | 1285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | 318 | | |
322 | 319 | | |
323 | 320 | | |
| |||
0 commit comments