[Bf-blender-cvs] [048dd8454cb] master: Cleanup: warning (useless type qualifier)

Campbell Barton noreply at git.blender.org
Tue Feb 9 23:40:16 CET 2021


Commit: 048dd8454cb9c50dc757a4bcbcacecf3fd8966e1
Author: Campbell Barton
Date:   Wed Feb 10 07:57:50 2021 +1100
Branches: master
https://developer.blender.org/rB048dd8454cb9c50dc757a4bcbcacecf3fd8966e1

Cleanup: warning (useless type qualifier)

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

M	source/blender/editors/gpencil/gpencil_fill.c

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

diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index f595d0f5b35..72d58b78219 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -88,7 +88,7 @@
 #define FILL_DEBUG 0
 
 /* Duplicated: etempFlags */
-const enum {
+enum {
   GP_DRAWFILLS_NOSTATUS = (1 << 0), /* don't draw status info */
   GP_DRAWFILLS_ONLY3D = (1 << 1),   /* only draw 3d-strokes */
 };



More information about the Bf-blender-cvs mailing list