Blender Git Loki
Git Commits -> Revision b1ed12b
Revision b1ed12b by Sergey Sharybin (master) June 13, 2015, 20:19 (GMT) |
Compilation error fixes for older GCC/CLang compilers Avoid data type re-declaration, it's not really working on current FreeBSD's 9 system and CLang-3.0 from OSX. This is not a good idea to do such sort of copy-paste anyway. If someone knows better way of dealing with this please go ahead and correct the code :) |
Commit Details:
Full Hash: b1ed12bfec529f61ee06560d05b8fcb144382fcf
Parent Commit: 1c81bcf
Lines Changed: +11, -17