[Bf-blender-cvs] [e886fdf] compositor-2016: Remove strict header, gives issues with gcc5x

Campbell Barton noreply at git.blender.org
Wed Jun 8 21:47:22 CEST 2016


Commit: e886fdf9218e2cd7a7134de1852de59ff7837ba3
Author: Campbell Barton
Date:   Tue May 17 05:26:09 2016 +1000
Branches: compositor-2016
https://developer.blender.org/rBe886fdf9218e2cd7a7134de1852de59ff7837ba3

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