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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Gilbert <ascotan@gmail.com>2005-07-18 07:52:29 +0400
committerJoseph Gilbert <ascotan@gmail.com>2005-07-18 07:52:29 +0400
commit56a85af31d818599eeea42c6c419baf0afe08161 (patch)
tree4fbabfeb635fac3a07a09e857426ba6c5c4939ef /projectfiles_vc7
parente60291d39c0f77282a2d17f79e9264107bbc495e (diff)
Increase the warning level for the python vcproj
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/BPY_python/BPY_python.vcproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj b/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
index 72b877ad516..2ea860f6393 100644
--- a/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
+++ b/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
@@ -31,10 +31,11 @@
AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\python\debug\"
ObjectFile="..\..\..\..\build\msvc_7\source\blender\python\debug\"
ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\python\debug\"
- WarningLevel="2"
+ WarningLevel="4"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
- CompileAs="0"/>
+ CompileAs="0"
+ DisableSpecificWarnings="4100"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -83,9 +84,10 @@
AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\python\"
ObjectFile="..\..\..\..\build\msvc_7\source\blender\python\"
ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\python\"
- WarningLevel="2"
+ WarningLevel="4"
SuppressStartupBanner="TRUE"
- CompileAs="0"/>
+ CompileAs="0"
+ DisableSpecificWarnings="4100"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool