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>2011-09-20 22:29:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-20 22:29:19 +0400
commit8f5112f191e24aac86da7b70f461a50825e764da (patch)
treed5173d6b71e8d889a9766699ee0aa6eb89d7dbfb /build_files/cmake/cmake_static_check_splint.py
parent0af633a36ce34fc2d80fb571f4b0e73233563827 (diff)
pep8 update & some minor cmake edits.
Diffstat (limited to 'build_files/cmake/cmake_static_check_splint.py')
-rw-r--r--build_files/cmake/cmake_static_check_splint.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/cmake/cmake_static_check_splint.py b/build_files/cmake/cmake_static_check_splint.py
index 3614ab48cf8..aa13ef82e3c 100644
--- a/build_files/cmake/cmake_static_check_splint.py
+++ b/build_files/cmake/cmake_static_check_splint.py
@@ -58,9 +58,9 @@ CHECKER_ARGS = [
# re-definitions, rna causes most of these
"-redef",
"-syntax",
-
+
# dummy, witjout this splint complains with:
- # /usr/include/bits/confname.h:31:27: *** Internal Bug at cscannerHelp.c:2428: Unexpanded macro not function or constant: int _PC_MAX_CANON
+ # /usr/include/bits/confname.h:31:27: *** Internal Bug at cscannerHelp.c:2428: Unexpanded macro not function or constant: int _PC_MAX_CANON
"-D_PC_MAX_CANON=0",
]