Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-03-17 12:06:55 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-03-17 12:07:17 +0300
commitedf7d5a1ddf779e97f3e4459ae714f1dfdf9fc04 (patch)
treebd9bb65e89722d98409755fa75b62cd610bed168 /main/src/core/MonoDevelop.Startup
parent862187047f83bfbc2783d4f3c854398b8e03c637 (diff)
Don't check for arithmetic overflows.
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
index 6bc86e9f6e..d3e4d99f08 100644
--- a/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
+++ b/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup.csproj
@@ -38,7 +38,6 @@
<OutputPath>..\..\..\build\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
@@ -56,7 +55,6 @@
<Variable name="MONODEVELOP_LOCALE_PATH" value="../locale" />
</EnvironmentVariables>
</EnvironmentVariables>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<PlatformTarget>x86</PlatformTarget>
<Execution>
<Execution clr-version="Net_2_0" />