correct too-big allocation in mesh beautify.

This commit is contained in:
Campbell Barton
2013-04-01 07:57:33 +00:00
parent 5e02acf887
commit c7e2a31bf2
4 changed files with 7 additions and 7 deletions

View File

@@ -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)