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/cs0208.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/cs0208.cs')
-rw-r--r--mcs/errors/cs0208.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/errors/cs0208.cs b/mcs/errors/cs0208.cs
index 25a3529b99a..d447ba527ab 100644
--- a/mcs/errors/cs0208.cs
+++ b/mcs/errors/cs0208.cs
@@ -1,5 +1,6 @@
// cs0208.cs: Cannot take the address or size of a variable of a managed type ('cs208.Foo')
-// Line: 19
+// Line: 20
+// Compiler options: -unsafe
namespace cs208
{