[1329/1692] Building C object source/blender/makesrna/intern/CMakeFiles/bf_rna.dir/rna_gpencil_modifier_gen.c.o In file included from /home/jacques/blender-git/build_linux/source/blender/makesrna/intern/rna_gpencil_modifier_gen.c:33: /home/jacques/blender-git/blender/source/blender/makesrna/intern/rna_gpencil_modifier.c:341:17: warning: ‘rna_WeightAngleGpencilModifier_target_vgname_set’ defined but not used [-Wunused-function] 341 | static void rna_##_type##GpencilModifier_##_prop##_set(PointerRNA *ptr, const char *value) \ | ^~~~ /home/jacques/blender-git/blender/source/blender/makesrna/intern/rna_gpencil_modifier.c:359:1: note: in expansion of macro ‘RNA_GP_MOD_VGROUP_NAME_SET’ 359 | RNA_GP_MOD_VGROUP_NAME_SET(WeightAngle, target_vgname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~