Skip to content

Commit 652dbe2

Browse files
committed
Fixed CS0649 warning in Visual Studio Error list
1 parent a1b66ce commit 652dbe2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Plugins/AssetUsageDetector/Editor/AssetUsageDetectorSearchFunctions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ namespace AssetUsageDetectorNamespace
2323
public partial class AssetUsageDetector
2424
{
2525
#region Helper Classes
26+
#pragma warning disable 0649
2627
[Serializable]
2728
private struct AssemblyDefinitionReferences
2829
{
@@ -142,6 +143,7 @@ private static string ExtractGUIDFromString( string str )
142143
return null;
143144
}
144145
}
146+
#pragma warning restore 0649
145147
#endregion
146148

147149
// Dictionary to quickly find the function to search a specific type with

0 commit comments

Comments
 (0)