[Bf-blender-cvs] [886ff72] master: Remove strict header, gives issues with gcc5x

Campbell Barton noreply at git.blender.org
Mon May 16 21:19:03 CEST 2016


Commit: 886ff7230195668807f3d3ee0ed54ee0590312d3
Author: Campbell Barton
Date:   Tue May 17 05:26:09 2016 +1000
Branches: master
https://developer.blender.org/rB886ff7230195668807f3d3ee0ed54ee0590312d3

Remove strict header, gives issues with gcc5x

===================================================================

M	source/blender/blenkernel/intern/customdata.c

===================================================================

diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index 5e44060..de79a30 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -68,8 +68,6 @@
 #include <math.h>
 #include <string.h>
 
-#include "BLI_strict_flags.h"
-
 /* number of layers to add when growing a CustomData object */
 #define CUSTOMDATA_GROW 5




More information about the Bf-blender-cvs mailing list