aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtoBench
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2015-05-12 11:23:35 -0700
committerJan Tattermusch <jtattermusch@google.com>2015-05-12 11:23:35 -0700
commit7149cee2825c013fe5376672572d3745dd5ad57e (patch)
tree3422de57177fc0d7a579fa21dd9336325e750bd0 /csharp/src/ProtoBench
parentd26cef6285d00407268cd1d3d2ea6f0c21995966 (diff)
downloadprotobuf-7149cee2825c013fe5376672572d3745dd5ad57e.tar.gz
protobuf-7149cee2825c013fe5376672572d3745dd5ad57e.tar.bz2
protobuf-7149cee2825c013fe5376672572d3745dd5ad57e.zip
remove TreatWarningsAsError setting to allow building in Monodevelop
Diffstat (limited to 'csharp/src/ProtoBench')
-rw-r--r--csharp/src/ProtoBench/ProtoBench.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/ProtoBench/ProtoBench.csproj b/csharp/src/ProtoBench/ProtoBench.csproj
index 280a54a9..beee3a71 100644
--- a/csharp/src/ProtoBench/ProtoBench.csproj
+++ b/csharp/src/ProtoBench/ProtoBench.csproj
@@ -23,7 +23,6 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoStdLib>true</NoStdLib>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
@@ -35,7 +34,6 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoStdLib>true</NoStdLib>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>