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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-03 18:57:37 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-06 20:16:48 +0400
commit7e57cadeec9ed26df1362ee7f32cff543bfd2531 (patch)
treec9df816f5309285b4d7928f36c7067b69d5a6649
parent00f8520475b119d50d40b8a4b2298f04afa821b9 (diff)
Disable /analyze for RARFileSource since it's thirdparty code.
-rw-r--r--src/thirdparty/RARFileSource/RARFileSource.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thirdparty/RARFileSource/RARFileSource.vcxproj b/src/thirdparty/RARFileSource/RARFileSource.vcxproj
index 6545e586a..0d0d1c3da 100644
--- a/src/thirdparty/RARFileSource/RARFileSource.vcxproj
+++ b/src/thirdparty/RARFileSource/RARFileSource.vcxproj
@@ -71,6 +71,7 @@
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
+ <EnablePREfast>false</EnablePREfast>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>
@@ -93,6 +94,7 @@
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
+ <EnablePREfast>false</EnablePREfast>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>