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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-20 22:48:28 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-20 22:48:28 +0400
commita2c6db0b446cc3c8e54a0381e041056fe143472a (patch)
treeaf49a6005a22b1720f75ac25f86a2607ef3e8d28 /build_files/cmake
parent153e4cad4be9455e47b823745c9fa6cbe0305e52 (diff)
parent0af633a36ce34fc2d80fb571f4b0e73233563827 (diff)
Cycles: svn merge -r40358:40411 ^/trunk/blender
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/cmake_static_check_splint.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_files/cmake/cmake_static_check_splint.py b/build_files/cmake/cmake_static_check_splint.py
index 7827d3a5120..3614ab48cf8 100644
--- a/build_files/cmake/cmake_static_check_splint.py
+++ b/build_files/cmake/cmake_static_check_splint.py
@@ -58,6 +58,10 @@ 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
+ "-D_PC_MAX_CANON=0",
]