Merge pull request #1970 from cg2121/fix-warnings

various: Fix compiler/theme warnings
This commit is contained in:
Jim
2019-08-17 08:22:03 -07:00
committed by GitHub
10 changed files with 80 additions and 24 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;