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

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