summaryrefslogtreecommitdiffstats
path: root/visual/2012
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-31 19:08:52 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-31 19:08:52 (GMT)
commit117ab8c84196474bda1fd819941bc41ce9a574ee (patch)
treea38e15cbeefadd14f975daaec8d466e80e86c892 /visual/2012
parent08b24af5a014b1410f81c363f799fe5bff4cc695 (diff)
downloadlz4-117ab8c84196474bda1fd819941bc41ce9a574ee.zip
lz4-117ab8c84196474bda1fd819941bc41ce9a574ee.tar.gz
lz4-117ab8c84196474bda1fd819941bc41ce9a574ee.tar.bz2
Added : Visual 2013 solution
Diffstat (limited to 'visual/2012')
-rwxr-xr-xvisual/2012/fuzzer/fuzzer.vcxproj2
-rwxr-xr-xvisual/2012/lz4/lz4.vcxproj2
2 files changed, 4 insertions, 0 deletions
diff --git a/visual/2012/fuzzer/fuzzer.vcxproj b/visual/2012/fuzzer/fuzzer.vcxproj
index 6287947..4da822f 100755
--- a/visual/2012/fuzzer/fuzzer.vcxproj
+++ b/visual/2012/fuzzer/fuzzer.vcxproj
@@ -89,6 +89,7 @@
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -102,6 +103,7 @@
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
diff --git a/visual/2012/lz4/lz4.vcxproj b/visual/2012/lz4/lz4.vcxproj
index b7e0061..8ac9387 100755
--- a/visual/2012/lz4/lz4.vcxproj
+++ b/visual/2012/lz4/lz4.vcxproj
@@ -89,6 +89,7 @@
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -102,6 +103,7 @@
<WarningLevel>Level4</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>