Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-04-29 09:22:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-04-29 09:22:44 +0300
commit27370aef8ff63ad4a0ebafd315fcc9cd29a961bd (patch)
treed9c7c0863acb9468aa9ac6aca8660750ac9b9e13 /source/blender/editors/gpencil
parent14f59a03498b30cc905abfc59b501a13ecff63fd (diff)
Cleanup: unused warning
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_add_blank.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_add_blank.c b/source/blender/editors/gpencil/gpencil_add_blank.c
index 7789962f4f7..3bd61d5c88a 100644
--- a/source/blender/editors/gpencil/gpencil_add_blank.c
+++ b/source/blender/editors/gpencil/gpencil_add_blank.c
@@ -77,7 +77,7 @@ static const ColorTemplate gp_stroke_material_black = {
/* Blank API */
/* Add a Simple empty object with one layer and one color. */
-void ED_gpencil_create_blank(bContext *C, Object *ob, float mat[4][4])
+void ED_gpencil_create_blank(bContext *C, Object *ob, float UNUSED(mat[4][4]))
{
Main *bmain = CTX_data_main(C);
Scene *scene = CTX_data_scene(C);