Commit 57c5d66
committed
libvisual/lv_audio.c: Address warning -Wuninitialized
Symptom was:
> ../../libvisual-0.4.2/libvisual/lv_audio.c:1111:2: error: variable 'signedcorr' is uninitialized when used here [-Werror,-Wuninitialized]
> signedcorr += byte_max_numeric (size) / 2;
> ^~~~~~~~~~1 parent 26c2c22 commit 57c5d66
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | | - | |
| 1056 | + | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
| |||
0 commit comments