[Mono-bugs] [Bug 74625][Wis] Changed - mcs shouldn't give "cs0169 private field never used" in LayoutKind.Sequential structs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 13:14:58 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74625
--- shadow/74625 2005-04-15 14:51:09.000000000 -0400
+++ shadow/74625.tmp.23903 2005-04-16 13:14:58.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74625
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -26,6 +26,13 @@
to/from unmanaged code. It would be nice to not get the warning in this
case.
I realize it might not be possible to get rid of this warning without
also getting rid of useful warnings in the process though, so maybe this
is NOTABUG
+
+------- Additional Comments From miguel@ximian.com 2005-04-16 13:14 -------
+Set the pragma:
+
+#pragma warning disable 169
+
+