fixed visual and clang errors

This commit is contained in:
Yann Collet
2016-01-21 15:50:11 +01:00
parent 977f1f3600
commit ffec740d37
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1630,6 +1630,7 @@ static size_t ZSTD_decodeLiteralsBlock(void* ctx,
ip += litcSize;
break;
}
case bt_end:
default:
return (size_t)-ZSTD_ERROR_GENERIC;
}