Commit 26c2c22
committed
libvisual/lv_audio.c: Address warning -Wunused-function
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)
> | ^~~~~~~~~~~~~~~~1 parent 2975d37 commit 26c2c22
1 file changed
Lines changed: 0 additions & 55 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
112 | 109 | | |
113 | 110 | | |
114 | 111 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | 112 | | |
144 | 113 | | |
145 | 114 | | |
| |||
311 | 280 | | |
312 | 281 | | |
313 | 282 | | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | 283 | | |
339 | 284 | | |
340 | 285 | | |
| |||
0 commit comments