You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symptom was:
> ../../libvisual-0.4.2/libvisual/lv_audio.c:129:12: error: 'audio_band_energy' defined but not used [-Werror=unused-function]
> 129 | static int audio_band_energy (VisAudio *audio, int band, int length)
> | ^~~~~~~~~~~~~~~~~
> ../../libvisual-0.4.2/libvisual/lv_audio.c:115:12: error: 'audio_band_total' defined but not used [-Werror=unused-function]
> 115 | static int audio_band_total (VisAudio *audio, int begin, int end)
> | ^~~~~~~~~~~~~~~~> ../../libvisual-0.4.2/libvisual/lv_audio.c:129:12: error: 'audio_band_energy' defined but not used [-Werror=unused-function]
> 129 | static int audio_band_energy (VisAudio *audio, int band, int length)
> | ^~~~~~~~~~~~~~~~~
> ../../libvisual-0.4.2/libvisual/lv_audio.c:115:12: error: 'audio_band_total' defined but not used [-Werror=unused-function]
> 115 | static int audio_band_total (VisAudio *audio, int begin, int end)
> | ^~~~~~~~~~~~~~~~
0 commit comments