Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)

This commit is contained in:
Bond-009
2022-12-05 13:54:28 +01:00
committed by GitHub
parent bf3ff15843
commit 210a4921f2
18 changed files with 29 additions and 31 deletions

View File

@@ -2814,7 +2814,6 @@ namespace MediaBrowser.Controller.MediaEncoding
{
algorithm = "bt.2390";
}
else if (string.Equals(options.TonemappingAlgorithm, "none", StringComparison.OrdinalIgnoreCase))
{
algorithm = "clip";