From 13dfd8299758a5248613624e99a1643f35e2ff4e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Sep 2011 06:25:15 +0000 Subject: changes for materials to treat them as shorts not int/chars (since they are stored as shorts intermally) - converting nurbs to mesh was casting the material to unsigned char. - subsurf was casting to char, then int -> short in a loop. - have material functions take & return shorts. --- build_files/cmake/cmake_static_check_splint.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build_files') 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", ] -- cgit v1.2.3