Skip to content

Commit f60da04

Browse files
disable warnings that make the CI break
1 parent 7649490 commit f60da04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

com.unity.postprocessing/Tests/Runtime/PostProcessingRuntimeTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma warning disable CS0618 // Type or member is obsolete
12
using System;
23
using NUnit.Framework;
34
using UnityEngine;
@@ -82,3 +83,4 @@ static void Destroy(PostProcessProfile profile)
8283
UnityEngine.Object.DestroyImmediate(profile);
8384
}
8485
}
86+
#pragma warning restore CS0618 // Type or member is obsolete

0 commit comments

Comments
 (0)