check_cppcheck: update 'glew' exclusion since it's removal

This commit is contained in:
Campbell Barton 2022-08-22 11:36:27 +10:00
parent b04514da5d
commit ed070b1223
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ CHECKER_IGNORE_PREFIX = [
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