Skip to content

Commit 02c5b9a

Browse files
authored
Pragma warnings into the void. (#5117)
1 parent 450e522 commit 02c5b9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Project/Assets/ML-Agents/Editor/Tests/SampleExporter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ public class SampleExporter
1919

2020
struct MLAgentsSampleJson
2121
{
22+
#pragma warning disable 649
2223
public string displayName;
2324
public string description;
25+
// ReSharper disable once CollectionNeverUpdated.Local
2426
public List<string> scenes;
27+
#pragma warning restore 649
2528
}
2629

2730
struct PackageSampleJson

0 commit comments

Comments
 (0)