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:
authorGert Driesen <drieseng@users.sourceforge.net>2005-08-20 17:12:56 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2005-08-20 17:12:56 +0400
commitb594633a1b2b6c665e33d920d3a37986a525c19f (patch)
treee1f91b70c26dfce9c7424b9f3ddc03717f6d2546 /mcs/class/System.Data/Makefile
parent186b140d06c8e0640544d4356f35d71d1ce8d3c2 (diff)
* OdbcDataReader.cs: Marked GetPrimaryKeysBySQLStatistics unsafe.
This fixes the build on Windows (using csc). * Makefile: Allow unsafe code. This fixes the build on Windows (using csc). svn path=/trunk/mcs/; revision=48595
Diffstat (limited to 'mcs/class/System.Data/Makefile')
-rw-r--r--mcs/class/System.Data/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index ebdca27a145..978c7280066 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -17,6 +17,7 @@ endif
LIBRARY = System.Data.dll
LIB_MCS_FLAGS = \
-nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 \
+ -unsafe \
-r:$(corlib) \
-r:$(system) \
-r:System.Xml.dll \