quiet warnings and possible NULL checking crash fix for indentation functions.

This commit is contained in:
Campbell Barton
2012-01-20 23:03:41 +00:00
parent f08a8c5b15
commit a98a75346c
13 changed files with 29 additions and 23 deletions

View File

@@ -37,7 +37,8 @@ CHECKER_BIN = "cppcheck"
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
# "--check-config", # when includes are missing
# "--enable=all", # if you want sixty hundred pedantic suggestions
]