Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices / RegistrationErrorInfo.cs
index 391cc410bf52aec3d3ea388d8300d0af76ba29e4..44a5664d5d576dcd7e310bd7f891b994ed355ad7 100644 (file)
@@ -35,12 +35,13 @@ namespace System.EnterpriseServices {
        public sealed class RegistrationErrorInfo {\r
 \r
                #region Fields\r
-\r
+#pragma warning disable 649\r
                int errorCode;\r
                string errorString;\r
                string majorRef;\r
                string minorRef;\r
                string name;\r
+#pragma warning restore 649\r
 \r
                #endregion // Fields\r
 \r