Commit 0d3cea7
committed
Add missing initialization to result variable in recompress.c
When building with -O1 or higher compiler would warn about uninitialized
variable:
tsl/src/compression/recompress.c:715:39: warning: ‘result’ may be used uninitialized [-Wmaybe-uninitialized]
715 | while (result == Tuple_before)1 parent 0a51c86 commit 0d3cea7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| |||
0 commit comments