Blender Git Loki
Git Commits -> Revision ce2e2b1
Revision ce2e2b1 by Campbell Barton (master) August 5, 2013, 20:57 (GMT) |
use gcc malloc attribute for low level allocation functions, prevents gcc from checking if resulting pointers alias existing pointers, also use sentinel attribute for uiButGetStrInfo so incorrect usage gives a warning. |
Commit Details:
Full Hash: ce2e2b141e67e5be8cc85bc394dc6ca9e15f774b
SVN Revision: 58944
Parent Commit: b438c28
Lines Changed: +25, -2