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>2012-06-19 14:30:40 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-19 14:30:40 +0400
commit1bd92ab93dca14abd6d5ecead309d6c198912ac5 (patch)
tree1ad61ef65b0287c65f655048e0999f34cb1390bf
parente491adb964b84812d4af25e02be160ea0a8cd213 (diff)
analyze.patch: disable a few less important warnings for now until the rest are addressed
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5191 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--docs/patches/analyze.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/patches/analyze.patch b/docs/patches/analyze.patch
index 1736600c5..568f8e4c9 100644
--- a/docs/patches/analyze.patch
+++ b/docs/patches/analyze.patch
@@ -1,13 +1,13 @@
Index: src/common.props
===================================================================
---- src/common.props (revision 5114)
+--- src/common.props (revision 5190)
+++ src/common.props (working copy)
@@ -9,7 +9,8 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
- <AdditionalOptions>/w34706 %(AdditionalOptions)</AdditionalOptions>
-+ <AdditionalOptions>/wd4244 /wd4267 /wd4996 %(AdditionalOptions)</AdditionalOptions>
++ <AdditionalOptions>/wd4244 /wd4267 /wd4996 /wd6246 /wd6031 /wd6309 /wd6387 %(AdditionalOptions)</AdditionalOptions>
+ <EnablePREfast Condition="'$(Platform)'=='Win32'">true</EnablePREfast>
<BufferSecurityCheck>true</BufferSecurityCheck>
<ExceptionHandling>Sync</ExceptionHandling>