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 /build_files/cmake/cmake_static_check_cppcheck.py
parent5e02acf8872996e90815606425862aeabe2012b8 (diff)
correct too-big allocation in mesh beautify.
Diffstat (limited to 'build_files/cmake/cmake_static_check_cppcheck.py')
-rw-r--r--build_files/cmake/cmake_static_check_cppcheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/cmake/cmake_static_check_cppcheck.py b/build_files/cmake/cmake_static_check_cppcheck.py
index 2f7ffa5c240..25e39376dd2 100644
--- a/build_files/cmake/cmake_static_check_cppcheck.py
+++ b/build_files/cmake/cmake_static_check_cppcheck.py
@@ -41,9 +41,9 @@ CHECKER_ARGS = [
# not sure why this is needed, but it is.
"-I" + os.path.join(project_source_info.SOURCE_DIR, "extern", "glew", "include"),
"--suppress=*:%s/extern/glew/include/GL/glew.h:241" % project_source_info.SOURCE_DIR,
- # "--max-configs=1", # speeds up execution
+ "--max-configs=1", # speeds up execution
# "--check-config", # when includes are missing
- # "--enable=all", # if you want sixty hundred pedantic suggestions
+ "--enable=all", # if you want sixty hundred pedantic suggestions
]
if USE_QUIET: