Commit bdae992
Grok Compression
fix(freebyrd): fix const shared_ptr reset and unused variable warnings
- Remove block.reset() in decodeAndTransform lambda — the shared_ptr
is captured by value (const in non-mutable lambda), so reset() is
invalid. Early return without reset is sufficient.
- Remove unused numRes and tilec variables in postProcess()
Fixes CI build failure on Ubuntu with GCC 13.1 parent 5d57567 commit bdae992
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | 492 | | |
495 | | - | |
496 | 493 | | |
497 | 494 | | |
498 | 495 | | |
| |||
598 | 595 | | |
599 | 596 | | |
600 | 597 | | |
601 | | - | |
602 | | - | |
603 | 598 | | |
604 | 599 | | |
605 | 600 | | |
| |||
0 commit comments