Skip to content

Commit 7da19a8

Browse files
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 5c364c9 commit 7da19a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libvisual/libvisual/lv_video.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,6 @@ int visual_video_fill_color_rectangle (VisVideo *video, VisColor *color, VisRect
17631763

17641764
errret = visual_video_fill_color (&svid, color);
17651765

1766-
out:
17671766
visual_object_unref (VISUAL_OBJECT (&svid));
17681767

17691768
return errret;

0 commit comments

Comments
 (0)