New tests.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / CrossAppDomainChannel.cs
index 2f00e5ff4069686a93a0444f4b7661d4f347c8c6..033977fb79c17b464cc33647a063830f5c65caca 100644 (file)
@@ -50,7 +50,9 @@ namespace System.Runtime.Remoting.Channels
        {
                // TODO: Add context support
                // Required for .NET compatibility
+#pragma warning disable 0414
                private object _ContextID;
+#pragma warning restore
                private int _DomainID;
                private string _processGuid;