We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3cd19 commit 1618593Copy full SHA for 1618593
com.playeveryware.eos/Runtime/Core/Config/Config.cs
@@ -808,10 +808,10 @@ private static IEnumerable<MemberInfo> IteratePropertiesAndFields<T>(
808
809
#endregion
810
811
-#endif
812
}
813
814
+
815
// When compiled outside of Unity - there are some fields within this file
816
// that are never used. This suppresses those warnings - as the fact that they
817
// are unused is expected.
@@ -822,4 +822,6 @@ private static IEnumerable<MemberInfo> IteratePropertiesAndFields<T>(
822
#pragma warning restore CS0414
823
// Field is never assigned to, and will always have its default value.
824
#pragma warning restore CS0649
825
+#endif
826
827
#endif
0 commit comments