Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2003-11-11 20:31:18 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-11-11 20:31:18 +0300
commit5540520e22e8975796a09c831e361ea1294d9562 (patch)
tree5402d35303b77f7eef8ce3572c8a3078d2e949ae /mcs/errors/cs0212.cs
parent55406d467f7f4f92f7a80c54bb67e6a0856daff9 (diff)
Applied patch from Marek Safar <marek.safar@seznam.cz> that adds compiler options to the source code
svn path=/trunk/mcs/; revision=19825
Diffstat (limited to 'mcs/errors/cs0212.cs')
-rw-r--r--mcs/errors/cs0212.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/cs0212.cs b/mcs/errors/cs0212.cs
index d51f6748ace..32ed536a21c 100644
--- a/mcs/errors/cs0212.cs
+++ b/mcs/errors/cs0212.cs
@@ -1,6 +1,8 @@
// cs0212: You can only take the address of an unfixed expression inside
// a fixed statement initializer.
-// Line: 17
+// Line: 19
+// Compiler options: -unsafe
+
using System;
class X