Commit a7ba61a
committed
libvisual/lv_video.c Address warning -Wunused-label
Symptom was:
> ../../libvisual-0.4.2/libvisual/lv_video.c: In function 'visual_video_fill_color_rectangle':
> ../../libvisual-0.4.2/libvisual/lv_video.c:1766:1: error: label 'out' defined but not used [-Werror=unused-label]
> 1766 | out:
> | ^~~1 parent 7a8a3ee commit a7ba61a
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1763 | 1763 | | |
1764 | 1764 | | |
1765 | 1765 | | |
1766 | | - | |
1767 | 1766 | | |
1768 | 1767 | | |
1769 | 1768 | | |
| |||
0 commit comments