[Bf-blender-cvs] [33ab613655f] master: Cleanup: Fix build warning with MSVC

Ray Molenkamp noreply at git.blender.org
Fri Apr 3 16:29:15 CEST 2020


Commit: 33ab613655fdba08948a79f0ffec28720add7dfb
Author: Ray Molenkamp
Date:   Fri Apr 3 08:29:09 2020 -0600
Branches: master
https://developer.blender.org/rB33ab613655fdba08948a79f0ffec28720add7dfb

Cleanup: Fix build warning with MSVC

SubdivCCG was unknown when compiling gpuinit_exit.c

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

M	source/blender/gpu/GPU_buffers.h

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

diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h
index b02f6ed09b3..22086b8a9d6 100644
--- a/source/blender/gpu/GPU_buffers.h
+++ b/source/blender/gpu/GPU_buffers.h
@@ -42,6 +42,7 @@ struct MPoly;
 struct MVert;
 struct Mesh;
 struct PBVH;
+struct SubdivCCG;
 
 /* Buffers for drawing from PBVH grids. */
 typedef struct GPU_PBVH_Buffers GPU_PBVH_Buffers;



More information about the Bf-blender-cvs mailing list