Suppress a warning

This commit is contained in:
Cameron Gutman 2014-09-27 15:45:54 -07:00
parent 31b0bcf041
commit 080dcd92d7

View File

@ -38,6 +38,7 @@ public class AndroidCpuDecoderRenderer implements VideoDecoderRenderer {
private int cpuCount = Runtime.getRuntime().availableProcessors();
@SuppressWarnings("unused")
private int findOptimalPerformanceLevel() {
StringBuilder cpuInfo = new StringBuilder();
BufferedReader br = null;