Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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; > ^~~~~~~~~~
- Loading branch information