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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-02 02:51:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-02 02:51:10 +0400
commitd7de4d28dd5c0042e80e5dc585b35e3808c4e0a4 (patch)
treed91d17372ff850662007bc9c6bd4661a48666494 /build_files/cmake
parent27ffb5556a8bf879f8b29b86f16b4964f092c3d2 (diff)
quiet some warnings.
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/cmake_consistency_check_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index 86f51273ff5..a6215b40ae8 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -29,8 +29,8 @@ IGNORE = (
"source/blender/imbuf/intern/imbuf_cocoa.m",
"extern/recastnavigation/Recast/Source/RecastLog.cpp",
"extern/recastnavigation/Recast/Source/RecastTimer.cpp",
- "entern/audaspace/SRC/AUD_SRCResampleFactory.cpp",
- "entern/audaspace/SRC/AUD_SRCResampleReader.cpp",
+ "intern/audaspace/SRC/AUD_SRCResampleFactory.cpp",
+ "intern/audaspace/SRC/AUD_SRCResampleReader.cpp",
"extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h",
"extern/bullet2/src/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h",
@@ -44,7 +44,7 @@ IGNORE = (
"extern/eltopo/common/meshes/ObjLoader.hpp",
"extern/eltopo/common/meshes/TriangleIndex.hpp",
"extern/eltopo/common/meshes/meshloader.h",
- "extern/eltopo/eltopo3d/broadphase_blenderbvh.h"
+ "extern/eltopo/eltopo3d/broadphase_blenderbvh.h",
"extern/recastnavigation/Recast/Include/RecastLog.h",
"extern/recastnavigation/Recast/Include/RecastTimer.h",
"intern/audaspace/SRC/AUD_SRCResampleFactory.h",