libobs, obs-scripting, vlc-video: Fix compiler warnings

This commit is contained in:
Clayton Groeneveld
2019-07-15 06:51:30 -05:00
parent 5f7f2c1c97
commit e8ad89fc75
3 changed files with 7 additions and 4 deletions

View File

@@ -230,7 +230,9 @@ static inline unsigned get_format_lines(enum video_format format,
case VIDEO_FORMAT_BGRX:
case VIDEO_FORMAT_Y800:
return height;
case VIDEO_FORMAT_NONE:;
case VIDEO_FORMAT_NONE:
default:
break;
}
return 0;