Cleanup: Strict compiler warnings
This commit is contained in:
Submodule release/scripts/addons updated: a17cabe4c9...7a6516c3e9
@@ -58,6 +58,7 @@
|
|||||||
#include "DEG_depsgraph.h"
|
#include "DEG_depsgraph.h"
|
||||||
#include "DEG_depsgraph_build.h"
|
#include "DEG_depsgraph_build.h"
|
||||||
|
|
||||||
|
#include "interface_intern.h"
|
||||||
#include "interface_eyedropper_intern.h"
|
#include "interface_eyedropper_intern.h"
|
||||||
|
|
||||||
typedef struct EyedropperGPencil {
|
typedef struct EyedropperGPencil {
|
||||||
@@ -67,7 +68,7 @@ typedef struct EyedropperGPencil {
|
|||||||
} EyedropperGPencil;
|
} EyedropperGPencil;
|
||||||
|
|
||||||
/* Helper: Draw status message while the user is running the operator */
|
/* 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];
|
char msg_str[UI_MAX_DRAW_STR];
|
||||||
BLI_strncpy(
|
BLI_strncpy(
|
||||||
|
Submodule source/tools updated: 4ad446dbdd...d8c4ae2c23
Reference in New Issue
Block a user