Blender Git Loki
Git Commits -> Revision 4f5e856
Revision 4f5e856 by Jason Wilkins (soc-2012-swiss_cheese) June 6, 2012, 03:24 (GMT) |
Patch [#30962] Change inline math source files to header files There is a linker warning generated because the following files have no externally linkable symbols: math_base_inline.c math_color_inline.c math_geom_inline.c math_vector_inline.c This patch just removes them from the build process so the compiler does not waste time or generate a warning. The scons build does not appear to need any changes. |
Commit Details:
Full Hash: 4f5e856af1dd613f82e1c0b930784095447978dc
SVN Revision: 47493
Parent Commit: f4d5e8a
Lines Changed: +1247, -1246
4 Added Paths:
/source/blender/blenlib/intern/math_base_inline.h (+158, -0) (View)
/source/blender/blenlib/intern/math_color_inline.h (+218, -0) (View)
/source/blender/blenlib/intern/math_geom_inline.h (+140, -0) (View)
/source/blender/blenlib/intern/math_vector_inline.h (+726, -0) (View)
/source/blender/blenlib/intern/math_color_inline.h (+218, -0) (View)
/source/blender/blenlib/intern/math_geom_inline.h (+140, -0) (View)
/source/blender/blenlib/intern/math_vector_inline.h (+726, -0) (View)
4 Deleted Paths:
/source/blender/blenlib/intern/math_base_inline.c (+0, -158)
/source/blender/blenlib/intern/math_color_inline.c (+0, -218)
/source/blender/blenlib/intern/math_geom_inline.c (+0, -140)
/source/blender/blenlib/intern/math_vector_inline.c (+0, -726)
/source/blender/blenlib/intern/math_color_inline.c (+0, -218)
/source/blender/blenlib/intern/math_geom_inline.c (+0, -140)
/source/blender/blenlib/intern/math_vector_inline.c (+0, -726)
1 Modified Path:
/source/blender/blenlib/CMakeLists.txt (+5, -4) (Diff)