[Bf-blender-cvs] [4a41bc8ceac] blender2.8: Gawain: fix compiler warnings

Mike Erwin noreply at git.blender.org
Sun Apr 16 17:22:43 CEST 2017


Commit: 4a41bc8ceac72f6f7be3067857c0ec35db5a039a
Author: Mike Erwin
Date:   Sun Apr 16 11:08:26 2017 -0400
Branches: blender2.8
https://developer.blender.org/rB4a41bc8ceac72f6f7be3067857c0ec35db5a039a

Gawain: fix compiler warnings

vertex_format.c implements both public and private functions, so needs to include the private header.

Follow-up to 7c57ca5109793c54f34adfd396c41b1be163d61f

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

M	intern/gawain/src/vertex_format.c

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

diff --git a/intern/gawain/src/vertex_format.c b/intern/gawain/src/vertex_format.c
index d00a143e780..443cb1db920 100644
--- a/intern/gawain/src/vertex_format.c
+++ b/intern/gawain/src/vertex_format.c
@@ -10,6 +10,7 @@
 // the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
 
 #include "vertex_format.h"
+#include "vertex_format_private.h"
 #include <stddef.h>
 #include <string.h>




More information about the Bf-blender-cvs mailing list