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/cs0214.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/cs0214.cs')
-rw-r--r--mcs/errors/cs0214.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/cs0214.cs b/mcs/errors/cs0214.cs
index 08eb088af39..c8bbad1905d 100644
--- a/mcs/errors/cs0214.cs
+++ b/mcs/errors/cs0214.cs
@@ -1,5 +1,7 @@
// cs0214: Pointer can only be used in unsafe context
-// Line: 4
+// Line: 6
+// Compiler options: -unsafe
+
class X {
void *a;
}