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>2013-04-01 11:57:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-01 11:57:33 +0400
commitc7e2a31bf25b33d9b579860576a473dba8461eb2 (patch)
tree88e75ca84e97b9c61b490506f4ad747366583eb1 /GNUmakefile
parent5e02acf8872996e90815606425862aeabe2012b8 (diff)
correct too-big allocation in mesh beautify.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c1b67c86ed2..c7db7ab947a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -272,7 +272,9 @@ project_eclipse:
check_cppcheck:
$(CMAKE_CONFIG)
cd $(BUILD_DIR) ; \
- python3 $(BLENDER_DIR)/build_files/cmake/cmake_static_check_cppcheck.py
+ python3 $(BLENDER_DIR)/build_files/cmake/cmake_static_check_cppcheck.py 2> \
+ $(BLENDER_DIR)/check_cppcheck.txt
+ @echo "written: check_cppcheck.txt"
check_clang_array:
$(CMAKE_CONFIG)