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:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-07-06 11:49:15 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-06 11:49:15 +0400
commit05e99db0334b3766741740b50312fd67ec2a695e (patch)
treee7b95ada32759129fcb479ae9f054bd7bcef8bed /mcs/class/Cscompmgd
parent350e3b4574955736aa98f3c55b87aeea2e827e4c (diff)
2003-07-03 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Cscompmgd.build: Removed unneeded unsafe compiler switch svn path=/trunk/mcs/; revision=15978
Diffstat (limited to 'mcs/class/Cscompmgd')
-rw-r--r--mcs/class/Cscompmgd/ChangeLog4
-rw-r--r--mcs/class/Cscompmgd/Cscompmgd.build1
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Cscompmgd/ChangeLog b/mcs/class/Cscompmgd/ChangeLog
index 87593f57f69..d61dd5a2e3a 100644
--- a/mcs/class/Cscompmgd/ChangeLog
+++ b/mcs/class/Cscompmgd/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-03 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+ * Cscompmgd.build: Removed unneeded unsafe compiler switch
+
2002-12-07 Jackson Harper <jackson@latitudegeo.com>
* Cscompmgd.build: Added file \ No newline at end of file
diff --git a/mcs/class/Cscompmgd/Cscompmgd.build b/mcs/class/Cscompmgd/Cscompmgd.build
index c148dc31d07..4212e5494a0 100644
--- a/mcs/class/Cscompmgd/Cscompmgd.build
+++ b/mcs/class/Cscompmgd/Cscompmgd.build
@@ -8,7 +8,6 @@
<target name="build">
<csc target="library" output="../lib/Cscompmgd.dll" debug="${debug}">
<arg value="/nowarn:1595"/>
- <arg value="/unsafe"/>
<sources>
<includes name="**/*.cs"/>
<excludes name="Test/**"/>