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:
authorMarek Safar <marek.safar@gmail.com>2004-11-17 20:07:46 +0300
committerMarek Safar <marek.safar@gmail.com>2004-11-17 20:07:46 +0300
commit10e907bd41984461b3c0b46da8acfbe9e6c0d919 (patch)
treeadefb4a01c35eba1b088bf18b993d75b95f02dff /mcs/errors/cs0214-2.cs
parent7d5cbb1d581c43eb50781aa0b9662456b9e9c751 (diff)
missing unsafe
svn path=/trunk/mcs/; revision=36225
Diffstat (limited to 'mcs/errors/cs0214-2.cs')
-rwxr-xr-xmcs/errors/cs0214-2.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/cs0214-2.cs b/mcs/errors/cs0214-2.cs
index c175e61967b..202afee2e4c 100755
--- a/mcs/errors/cs0214-2.cs
+++ b/mcs/errors/cs0214-2.cs
@@ -1,7 +1,7 @@
// cs0214: pointers can only be used in an unsafe context
// Line: 9
-// This error shows how cs214 is produced at the *call site*
-//
+// Compiler options: -unsafe
+
public class Test
{
public void Foo ()