/blender/editors/sculpt_paint/paint_vertex.cc: In function ‘void do_vpaint_brush_blur_loops(bContext*, Sculpt*, VPaint*, VPaintData<Color, Traits, ATTR_DOMAIN_CORNER>*, Object*, Mesh*, PBVHNode**, int, Color*)’:
/blender/editors/sculpt_paint/paint_vertex.cc:2997:9: warning: typedef ‘using Value = typename Traits::ValueType’ locally defined but not used [-Wunused-local-typedefs]
2997 | using Value = typename Traits::ValueType;
| ^~~~~
In file included from /blender/blenlib/BLI_math_base.h:14,
from /blender/blenlib/intern/math_color_inline.c:8,
from /blender/blenlib/BLI_math_color.h:206,
from /blender/blenlib/BLI_color.hh:7,
from /blender/editors/sculpt_paint/paint_vertex.cc:16:
/blender/editors/sculpt_paint/paint_vertex.cc: In lambda function:
/blender/editors/sculpt_paint/paint_vertex.cc:3240:40: error: ‘l_index’ was not declared in this scope; did you mean ‘p_index’?
/blender/editors/sculpt_paint/paint_vertex.cc:3750:5: note: here
3750 | case VPAINT_TOOL_DRAW:
| ^~~~
/blender/editors/sculpt_paint/paint_vertex.cc: At global scope:
/blender/editors/sculpt_paint/paint_vertex.cc:3973:21: warning: ‘ViewContext* vpaint_get_viewcontext(Object*, void*)’ defined but not used [-Wunused-function]