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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-10-11 16:01:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-10-11 16:01:34 +0300
commit46e9fc9362366945f2cbfa71047d5bee251a85c0 (patch)
tree63ef34f4b82c30f63d3d494c652cd1d51cf31300 /source/blender/editors/interface/interface_eyedropper_gpencil_color.c
parent533a7e25dbdbac7556756d316ded622091b884ff (diff)
Cleanup: Strict compiler warnings
Diffstat (limited to 'source/blender/editors/interface/interface_eyedropper_gpencil_color.c')
-rw-r--r--source/blender/editors/interface/interface_eyedropper_gpencil_color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_eyedropper_gpencil_color.c b/source/blender/editors/interface/interface_eyedropper_gpencil_color.c
index b8a69a9f36a..c6df0c9ed7b 100644
--- a/source/blender/editors/interface/interface_eyedropper_gpencil_color.c
+++ b/source/blender/editors/interface/interface_eyedropper_gpencil_color.c
@@ -58,6 +58,7 @@
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
+#include "interface_intern.h"
#include "interface_eyedropper_intern.h"
typedef struct EyedropperGPencil {
@@ -67,7 +68,7 @@ typedef struct EyedropperGPencil {
} EyedropperGPencil;
/* Helper: Draw status message while the user is running the operator */
-static void eyedropper_gpencil_status_indicators(bContext *C, EyedropperGPencil *eye)
+static void eyedropper_gpencil_status_indicators(bContext *C, EyedropperGPencil *UNUSED(eye))
{
char msg_str[UI_MAX_DRAW_STR];
BLI_strncpy(